Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse ADT Bundle Not Working Properly

I've just downloaded the Eclipse ADT Bundle from official site: http://developer.android.com/sdk/index.html (specifically adt-bundle-windows-x86_64-20140624.zip). I'm on Win 7 64 bit, I've MD5 match for the zip file, but Juno fails to load correctly (I'm running eclipse.exe with admin rights): no ADT plugin, no application title (generic Resource -), no SDK manager link, ecc.ecc. My workspace folder is totally clean under c:/dev/android, I've latest 64-bit JDK installed (version 8 update 5). I've also tried another pc with windows 8, with no luck. What's wrong here?

like image 623
Jumpa Avatar asked Jun 28 '14 12:06

Jumpa


People also ask

Which is the correct step to setup ADT Plugin?

Configuring the ADT PluginSelect Window > Preferences... to open the Preferences panel (Mac OS X: Eclipse > Preferences). Select Android from the left panel. For the SDK Location in the main panel, click Browse... and locate your downloaded SDK directory. Click Apply, then OK.

How do I install ADT bundles?

In your browser on the PC, open the Android SDK download page and click Download the SDK Tools ADT Bundle for Windows. On the Get the Android SDK page, you can select either 32-bit or 64-bit, according to your Windows platform. This download includes the SDK tools and the Eclipse IDE.


1 Answers

You can download the entire adt-bundle from:

http://dl.google.com/android/adt/22.6.2/adt-bundle-linux-x86_64-20140321.zip

I completely removed the 20140624 bundle. I also renamed ~/.android to ~/.android.bak. Then I unzipped this previous 22.6.2 version and it ran fine. When you run the SDK Manager, do not update the first two items to v23, keep everything at this version.

like image 63
AndroidUser Avatar answered Oct 19 '22 16:10

AndroidUser