SDK manager does not find java

后端 未结 6 1076
死守一世寂寞
死守一世寂寞 2020-12-11 17:09

I can\'t fix the issue at hand and my head is continually becoming balder or balder.

The issue at hand is that my SDK manager won\'t find my Java, nor my SWT file.

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-11 17:21

    I Had the same problem, what happened in my machine is that somehow the xcopy was not beeing recognized. I solved the issue adding the xcopy path in the PATH enviroment variable. In my machine the xcopy.exe is located in windows\system32 folder, resulting in this (i have sdk 8, change to whatever you using):

    PATH = C:\Program Files\Java\jdk1.8.0\bin;%SystemRoot%\system32

提交回复
热议问题