Where can i download Eclipse Android bundle

后端 未结 5 1246
误落风尘
误落风尘 2020-12-12 13:58

Where can I download Eclipse Android Bundle? Google now directed you to download Android Studio or to download Eclipse SDK integration but I want to find Eclipse Android bun

5条回答
  •  悲哀的现实
    2020-12-12 14:32

    You don't actually need the bundle as the ADT can be used with just any latest Eclipse IDE.


    1. Make sure you have JDK installed.

    1. Download latest eclipse.

    2. Download latest ADT plugin ADT-XX.X.X.zip. As of this answer the current version is ADT-23.0.7.zip (More versions at http://developer.android.com/tools/sdk/eclipse-adt.html)

    3. Open Eclipse and follow the following steps:

      • Open Help > Install New Software > Add > Archive
      • Navigate to where you downloaded your ADT plugin and select it.
      • Check Developer Tools, click Next, accept any licenses and Finish
    4. After restarting Eclipse, if you are not able to open a layout file go to step 4 but instead of selecting archive add https://dl-ssl.google.com/android/eclipse/ in the Location: textbox. Press Ok, update the ADT and restart Eclipse. Close and reopen the layout files and you'll be good to go.

    5. Run the Android SDK Manager to update its components.


    EDIT: The ADT plugin has long since been deprecated. For more information visit this link:

    https://developer.android.com/studio/tools/sdk/eclipse-adt.html

提交回复
热议问题