Android installation/SDK Manager issues

前端 未结 5 1147
后悔当初
后悔当初 2020-12-22 06:05

I have downloaded android-sdk_r08-windows.zip and installed it in c:\\. When I try to run the SDK Manager, it briefly pops up a DOS window then cl

5条回答
  •  自闭症患者
    2020-12-22 06:52

    You need make sure that:

    1) JDK or JRE is installed
    2) Within System Variables, the JAVA_HOME variable is set to your JDK/JRE folder (e.g. C:\Program Files\Java\jre7)
    3) Your PATH variable includes %JAVA_HOME%\bin

提交回复
热议问题