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

后端 未结 18 1136
自闭症患者
自闭症患者 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:34

    My Antivirus removed the adb.exe file when i was trying to run my project all i had to do is to reinstall Android SDK Platform-tools and it fixed it

    enter image description here

    0 讨论(0)
  • 2020-12-14 06:34

    start AVD Manager from Command Line
    Installed Packages Update All
    Accept to update all

    Start Eclipse->Help->Check for updates->Update All
    Restart Eclipse

    0 讨论(0)
  • 2020-12-14 06:34

    Go to "Help" -> "Check for uppdates" in Eclipse. Then check every update possible, wait for the updates to complete, restarted Eclipse and then everything is fix!

    0 讨论(0)
  • 2020-12-14 06:38

    It is now under platform-tools. You have to install it using the Android tool to select the package "platform-tools".

    I know, it is silly.

    0 讨论(0)
  • 2020-12-14 06:38

    I had the same issue. I had to restart eclipse three times, and reboot, and then it worked. Oh, and I had to close all open projects as well.

    0 讨论(0)
  • 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 !
    0 讨论(0)
提交回复
热议问题