osx - Android Studio Beta 0.8.0 won't start on OS X -


i downloaded newly released beta version of android studio. when trying launch application, nothing happens.

the following message shown in os x console:

"com.apple.launchd.peruser.501: (com.google.android.studio.58288[542]) exited code: 1"

i running os x mavericks java 1.7.0_51 installed.

any resolve issue appreciated :)

i solved problem following advice given here.

in /applications/android\ studio.app/contents/info.plist, expand jvmoptions , edit value of jvmversion match whatever version of java using. reason, mine set 1.6* though never had version of java installed. so, java version 1.8 1 edit value 1.8*.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -