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

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

    I had the same issue. I resolved it by going to Help -> Check for Updates and update the listed components in Eclipse.

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

    You also need to update ADT plugin for eclipse, it looks for adb in the proper directory, at least it works fine for me.

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

    I had the same issue and solved this by the following : 1) "Help" -> "Check for uppdates" in Eclipse 2) GOTO android sdk lib - sdk manager - install "Android SDK platform-tools"

    thats it good luck

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

    I was able to fix the error as follows. 1. Go to eclipse Click Help>Check for Updates 2. Go to Windows->Android SDK and AVD Manager-> Install packages->Android SDK tools (install). 3. Restart Eclipse

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

    @Jonas In your eclipse Click Help>Check for Updates. This will update the ADT Plugin. The new ADT plugin knows where to find apt and adb. Jus do this and your prob will be fixed,

    EDIT: See the image. Install the first two items as well. aalt text

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

    I also updated the ADT plugin for eclipse, even though I originally only loaded the eclipse plugin three days ago. Updating the plugin solved the missing adb.exe problem.

    0 讨论(0)
提交回复
热议问题