LoginSignup
2
2

More than 5 years have passed since last update.

MacでAndroidStudioインストール時にandroid studio was unable to find jvmと出る

Posted at

MacOSX YosemiteでAndroidStudioのインストールについてである。

インストーラは
http://developer.android.com/sdk/index.html
から可能だが、同時にJDKのインストールも求められる。

指示の内容通りにJDKをインストールしても
android studio was unable to find jvm
というエラーが表示されることがある。

WindowsではPATHの設定が必要だが、Macでも必要であることが原因。
以下をコマンドラインから入力で解決した。
launchctl setenv STUDIO_JDK /Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2