Android installation/SDK Manager issues

前端 未结 5 1120
后悔当初
后悔当初 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:31

    Apparently my system had a residual .android folder lying around from when I played around with the android SDK over a year ago. Renaming that file resulted in the SDK Manager coming up.

    0 讨论(0)
  • 2020-12-22 06:38

    instead of opening android sdk manager open android.bat in tools folder. i think it is sdk\tools

    0 讨论(0)
  • 2020-12-22 06:39

    Have you installed the JDK, rather than the JRE?

    Also, check that your JAVA_HOME variable points to your JDK install path.

    0 讨论(0)
  • 2020-12-22 06:44

    Make sure the JDK path is added to the Environmental variables.Its usually happenes when a JDK/JRE uninstall is succeeded by another JDK install

    0 讨论(0)
  • 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

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