Eclipse ADT Bundle not working properly

I just downloaded the Eclipse ADT Bundle from the official website: http://developer.android.com/sdk/index.html (specifically adt-bundle-windows-x86_64-20140624. Zipper). I am in Win 7 64 bit, I have MD5 correspondence for the zip file, but Juno cannot load correctly (I run eclipse.exe with administrator privileges): there is no ADT plugin, there is no application name (shared resource -), there is no manager link SDK, ecc.ecc. My workspace folder is completely cleaned up under c: / dev / android, I have the latest 64-bit JDK installed (version 8 version 5 update). I also tried another computer with windows 8, with no luck. What is wrong here?

+6
android eclipse adt java-8 eclipse-adt
Jun 28 '14 at 12:01
source share
4 answers

You can download the entire adt package from:

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

I completely uninstalled the 20140624 kit. I also renamed ~ / .android to ~ / .android.bak. Then I unpacked this previous version 22.6.2, and everything worked out fine. When you start the SDK manager, do not upgrade the first two items to v23, save everything in this version.

+2
Jun 29 '14 at 17:21
source share

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

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

If you delete all the files of this bad new version and replace them with them, you will return friendly Eclipse and working ADT .. p>

+2
Jul 06 '14 at 23:45
source share

I also have problems installing the latest ADT package for Win7 64bit (the mentioned version is from Jumpa). I tried this for several days to make it work, but for me there is fixed for the package.

Also, using the previous version of the ADT package was unsuccessful because it stopped working very quickly. This requires updating v23 and this update does not work.

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

Now everything seems to work.

I am new to Android development, and I am building the HelloWorld application and creating a new action using the adt wizard. Nothing was created, but now with manual installation everything was created (a resource was created and an action was added to the manifest).

0
Jul 6 '14 at 20:50
source share

Hi, there are some changes in Android studio (SDK and ADT Bundle)

I searched for adb and did not find the adt package, but figured out how to get it from the following steps :)

Do the following: 1. if you want Android Studio to download it http://developer.android.com/sdk/index.html 2. To get the SDK http://developer.android.com/sdk/index. html # Other

The next step is to download the zip or rar file and extract it to the local drive. then use the SDK manager to install files manually

0
Jan 07 '15 at 12:47
source share



All Articles