Android studio doesn't start

前端 未结 16 2640
误落风尘
误落风尘 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: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\

提交回复
热议问题