Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Eclipse ADT bundle link? [duplicate]

Tags:

On the official site for Android development I can no longer see the link for the Eclipse ADT bundle.

I cannot switch to Android Studio as my framework is Ant based currently and not Gradle based.

Do I need to download Eclipse and ADT plugins separately, or is there an Eclipse ADT bundle link (if it still exists)?

like image 967
master_dodo Avatar asked Dec 15 '14 18:12

master_dodo


People also ask

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.

What is Android ADT bundle?

Android ADT Bundle. The ADT Bundle provides everything you need to start developing apps, including a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development. so now we can say its single step download to setup Android development environment.

What is Eclipse ADT?

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications.


1 Answers

Here you can download adt bundles 2014-07-02:

windows 32: https://dl.google.com/android/adt/adt-bundle-windows-x86-20140702.zip

windows 64: https://dl.google.com/android/adt/adt-bundle-windows-x86_64-20140702.zip

Mac 64: https://dl.google.com/android/adt/adt-bundle-mac-x86_64-20140702.zip

Linux 86: https://dl.google.com/android/adt/adt-bundle-linux-x86-20140702.zip

Linux 64: https://dl.google.com/android/adt/adt-bundle-linux-x86_64-20140702.zip

like image 191
Asim.I Avatar answered Oct 14 '22 01:10

Asim.I