SDK Manager.exe doesn't work

前端 未结 25 1312
青春惊慌失措
青春惊慌失措 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:22

    The way I solved your last problem was by right clicking the android.bat file, and chose edit with notepad++. I then went down to the part of the program where it had this bit of code:

    cd /d %~dp0

    It was also some other lines of code, but I deleted them. After deleting these other lines I simply just wrote(under the cd /d %~dp0):

    cd Program Files

    cd java

    cd jdk1.7.0_03

    cd bin

    I dont know here you java.exe file is located but mine was at lest located there.

提交回复
热议问题