• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Can not find adb

  • Thread starter Thread starter Deleted User
  • Start date Start date
D

Deleted User

Guest
With the newest release of the SDK, the adb executable has been moved out of the "tools" folder to the "platform-tools" folder.

Fair enough.

However, my Eclipse plugin is hard coded to look in the "tools" folder for adb.

No problem, I'll just update my Eclipse plugin...








... except my Eclipse plugin is telling me that it is up-to-date. I have not updated my Eclipse plugin in a long time; it is most certainly not up-to-date.

What do I do here? I don't want to just copy and paste adb into the "tools" folder. I presume there's a reason why it has been moved and that will probably break something else. I'm not quite sure how to uninstall an Eclipse plugin. I tried going through the install-new-plugin process again, but it tells me it can't install over the existing Android plugin.
 
You can try downloading the last Android SDK from developer.android.com. Remove the old one and install the last one.
 
You can try downloading the last Android SDK from developer.android.com. Remove the old one and install the last one.
I've tried this, but I don't see how it solves my problem. I don't think the SDK and the Eclipse plugin are tied that closely together. They're separate entities. You download and install them separately.
 
Back
Top Bottom