Could not find adb.exe - after upgrade to Android SDK 2.3

后端 未结 18 1196
自闭症患者
自闭症患者 2020-12-14 05:57

I have upgraded my Android SDK to version 2.3 and Android Development Tools 8.0.0. Now in Eclipse, I get an error message:

Could not find C:\\Program

18条回答
  •  庸人自扰
    2020-12-14 06:39

    what I did...

    1. closed my projects and exited Eclipse
    2. executed [MYDRIVE]:[MYANDROIDPATH]\android-sdk-windows\tools\android.bat
    3. selected "Available Packages" -> "Android Repository" and installed everything listed
    4. closed the installation screen and exited the android.bat DOS window
    5. updated the PATH environment variable to include "[MYDRIVE]:[MYANDROIDPATH]\android-sdk-windows\platform-tools"
    6. started Eclipse and got error message... clicked: Help -> Check for Updates
    7. let it update "Android DDMS", "Android Dev tools", (and Mercurial)
    8. restart Eclipse
    9. Click: Window -> Preferences -> checked that the path was "[MYDRIVE]:[MYANDROIDPATH]\android-sdk-windows". Clicked: Apply -> OK
    10. restarted Eclipse (just to be sure), opened my projects... back to work !

提交回复
热议问题