SDK Manager.exe doesn't work

前端 未结 25 1318
青春惊慌失措
青春惊慌失措 2020-11-27 14:28

When I clicked SDK Manager on Program Files or run it in cmd, nothing happened. I did:

  1. Installed latest JDK
  2. Installed latest Android SDK<
25条回答
  •  盖世英雄少女心
    2020-11-27 15:08

    Had the same problem and tried everything I browse in several forums till I found a clue, then finally solved the problem.

    Basically I installed the SDK and worked ok, then my Windows Vista crashed, on restart I run SDK again but it only opened a CMD window which closed immediately.

    So here's a list of useless things I did:

    • Went to CMD "d:/java/android/tool" and execute "android.bat", didn't work and show an pointer exception error.
    • Reinstalled the whole thing JDK + SDK
    • Changed the system path to a new folder
    • I traced and deleted all android occurrences on Regedit

    At this point I was seriously considering start learning objetive-c was not a bad idea, finally I did this:

    • delete ".android" folder from "c:/users/youruser/"
    • delete all files within "c:/users/youruser/AppData/Local/Temp"
    • reinstall SDK

    it WORKED !! I'm not sure though if is necessary to uninstall SDK (since I had again to download all packages & platforms) and just clear the temp folder.

    Hope this helps.

提交回复
热议问题