Android SDK Setup under Windows 7 Pro 64 bit

后端 未结 15 1391
野性不改
野性不改 2020-12-07 18:06

The short version of my issue at hand,

  • Windows 7 Professional x64
  • Java JDK 1.6.0_17 x64
  • Eclipse Galileo w\\ADT Plugin installed
  • And
15条回答
  •  温柔的废话
    2020-12-07 18:15

    If SDK Setup.exe fails, please try to open a command-prompt and run "tools\android.bat" manually. That's all what SDK Setup does, however the current version has a bug in that it doesn't display errors that the batch might output:

     > cd \tools
     > android.bat
    

    That way you may see a more useful error message.

    You must have a java.exe on your %PATH%.

提交回复
热议问题