You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Android Studio depends on Java < 8 and as the latest Java is currently 8, Android Studio won't work with that version.
I tried making it work with Java 7 but it didn't help either.
vagrant@vagrant-osx-10-9:Android Studio.app $ ./Contents/MacOS/studio
[JavaAppLauncher Error] CFBundleCopyResourceURL() failed loading MRJApp.properties file
[JavaAppLauncher Error] CFBundleCopyResourceURL() failed while getting Resource/Java directory
JavaVM: Failed to load JVM: /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/bundle/Libraries/libserver.dylib
JavaVM: Failed to load JVM: /Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/bundle/Libraries/libserver.dylib
JavaVM FATAL: Failed to load the jvm library.
[JavaAppLauncher Error] JNI_CreateJavaVM() failed, error: -1
The Java 6 has currently invalid download location (404), so I didn't install it (yet) and didn't check if that helps. I will fix the Java 6 package first and then try to deal with Android Studio.
Either way I'd consider adding at least a caveat (ideally with checking what version is the user running) as we can't use depends_on yet.
The text was updated successfully, but these errors were encountered:
@zwaldowski is working on this over in #4524. I need to do some testing on it this week. I'd like to close this issue as a duplicate, but you are welcome to comment in #4524 .
The Android Studio depends on Java
< 8
and as the latest Java is currently8
, Android Studio won't work with that version.I tried making it work with Java 7 but it didn't help either.
The Java 6 has currently invalid download location (404), so I didn't install it (yet) and didn't check if that helps. I will fix the Java 6 package first and then try to deal with Android Studio.
Either way I'd consider adding at least a caveat (ideally with checking what version is the user running) as we can't use
depends_on
yet.The text was updated successfully, but these errors were encountered: