Android SDK and AVD Manager will not run

前端 未结 13 1383
被撕碎了的回忆
被撕碎了的回忆 2020-12-10 04:37

I installed the Android SDK but I cannot use it because the AVD and SDK Managers do not run. When I try to open either one of them, a command prompt window pops up for about

13条回答
  •  忘掉有多难
    2020-12-10 05:02

    I had this issue and the problem turned out to be this:

    D:\dev\adt-bundle-windows-x86_64-20130522\sdk>"tools\lib\find_java.exe"
    C:\Windows\system32\java.exe
    

    I vaguely recall ages ago having an issue with a program finding Java and copying it to the system32 directory to "resolve" it.

    I removed those files and now:

    D:\dev\adt-bundle-windows-x86_64-20130522\sdk>"tools\lib\find_java.exe"
    C:\Program Files\Java\jre7\bin\java.exe
    

    and SDK/ADK manager run properly now.

提交回复
热议问题