Eclipse ADT Bundle Not Working Properly

前端 未结 4 1150
[愿得一人]
[愿得一人] 2020-12-09 14:02

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 W

4条回答
  •  不知归路
    2020-12-09 14:33

    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):

    • Download the Android SDK and update everything (http://dl.google.com/android/installer_r23-windows.exe)
    • Download Eclipse Indigo (I've installed the Java EE IDE version) (https://www.eclipse.org/downloads/packages/release/Indigo/SR2)
    • Add the ADT Plugin to Eclipse and download it. (http://developer.android.com/sdk/installing/installing-adt.html)

    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).

提交回复
热议问题