Difference between revisions of "General IT tribulations"
Jump to navigation
Jump to search
(Created page with "===Installing Android studio on a Mac computer=== After downloading and installing Android on a Mac I found that the program could not start. I found the solution on the page...") |
|||
| Line 9: | Line 9: | ||
sudo ./studio | sudo ./studio | ||
| + | |||
| + | |||
| + | ===Find Java Installation in a Mac=== | ||
| + | $ /usr/libexec/java_home | ||
Revision as of 15:38, 8 March 2021
Installing Android studio on a Mac computer
After downloading and installing Android on a Mac I found that the program could not start. I found the solution on the page https://stackoverflow.com/questions/28315248/could-not-run-android-studio-on-my-mac-os-yosemite-error-the-following-sdk-com/28315443
The answer suggested that the user does these 2 steps
Go to the directory /Applications/Android Studio.app/Contents/MacOS
Run the command:
sudo ./studio
Find Java Installation in a Mac
$ /usr/libexec/java_home