Eclipse ADT Bundle Not Working Properly

40,085

Solution 1

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.

Solution 2

It seems to be a bug, Android developers recommend to use the latest stable 22.6.2 version (20140321), which you can download from this link as AndroidUser said, but this is the Windows version for a 64-bit operating system:

https://dl.google.com/android/adt/22.6.2/adt-bundle-windows-x86_64-20140321.zip

If you delete all files of that bad new version and replace it with these, you will get back the friendly-looking Eclipse-based and working ADT.

Solution 3

I have also troubles with installing the latest ADT bundle for Win7 64bit (the mentioned version by Jumpa). I've tried it several days to get it working but for me there's now fix for the bundle.

Also using a previous version of the ADT bundle was with-out success because it stops working very quickly. It requires to update to v23 and that update was not working.

I have the following "workaround" (install everything maunally until google fixed the adt bundle):

Now it looks like everything is working.

I'm new to Android devel and I'm doing a "HelloWorld" app and creating a new activity with the wizard failed with the adt bundle. Nothing was created but now with the manual installation everything is created (created resource & added the activity to the manifest).

Share:
40,085
Jumpa
Author by

Jumpa

Updated on December 18, 2020

Comments

  • Jumpa
    Jumpa over 3 years

    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?