Android studio doesn't start

前端 未结 16 2623
误落风尘
误落风尘 2020-12-17 08:38

I just download Android Studio for Windows 7, the wizard went ok up to the end but now when I click on the shortcut or on the .exe to start the program nothing happens, no e

相关标签:
16条回答
  • 2020-12-17 09:05

    It's a bug of Android Studio 0.1v

    You should add JAVA_HOME to the system environment variables.

    http://tools.android.com/knownissues#as0.1

    • Open Start menu > computer > System Properties > Advanced System Properties
    • In the Advanced tab > Environment Variables, add new system variable JAVA_HOME that points to your JDK folder, for example C:\Program Files\Java\jdk1.7.0_21
    0 讨论(0)
  • 2020-12-17 09:08

    You have to add a new system variable named ANDROID_STUDIO_JDK or JDK_HOME with the path to your JDK install folder, such as C:\Program Files\Java\jdk1.7.0_21\

    0 讨论(0)
  • 2020-12-17 09:09

    I have had a similar problem with Android Studio 1.0 in windows 7 x64. When I ran studio64.exe it flashed the android studio logo and it disappeared immediately. Also I tried

    studio64.exe > error.log
    

    to figure out possible errors. JAVA_HOME=C:\Program Files\Java\jre1.8.0_25 environment variable was correctly setted.

    Finally I decided to uninstall all Java versions (I had a mess of different java versions installed), both jdk and jre and reinstalled last version jdk 1.8.0_25. My problem was solved.

    Regards,

    0 讨论(0)
  • 2020-12-17 09:10

    if you use android studio version 2.3.3 you should have JDK with version 1.8 in the system environment values , to add it click on Computer (in windows 7) System properties Advanced system settings (at the right) Advanced (tab) environment variables button and edit the value of name JAVA_HOME to the file which contains jdk 1.8 if you don't have this variable make a new one

    0 讨论(0)
提交回复
热议问题