Questions tagged [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.

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.

ADT extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add components based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned) .apk files in order to distribute your application.

Note that Eclipse is no longer supported by Google for Android development.

More here.

2507 questions
23
votes
6 answers

Where can I download an older version of the Android SDK?

I want to download an older version of the Android SDK: 21.0.0, Where can I do this? I currently have the latest version of the android SDK, downloaded from HERE. However I want an older version, can the Full older version of the SDK be…
user999222
  • 289
  • 1
  • 4
  • 11
23
votes
11 answers

Android ADT version 22, R.java files not generated

After upgrading to Android ADT version 22 and cleaning my project, the R.java files went missing. I can't use setViewContent(R.layout.activity_main) because the activity cannot reference to the xml layout (due to the missing R.java). Also, when…
DirkJan
  • 581
  • 2
  • 7
  • 22
23
votes
4 answers

ADT 22 - missing aapt.exe after upgrading

At work, I need to use maven with Android. maven uses appt.exe for its own compiling process. ever since I've upgraded to ADT 22 , maven says it can't find this file, and it's right- the file is gone from "...\platform-tools" . I've tried to…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
23
votes
7 answers

Android SDK requires android developer toolkit version 17.0.0 or above

I am having this weird issue when I was trying to merge my projects from eclipse to netbeans. Now when trying to rerun eclipse I get this error "Android SDK requires android developer toolkit version 17.0.0 or above" What I have tried to do to…
sdfwer
  • 1,042
  • 3
  • 10
  • 23
22
votes
4 answers

Where can I find the source code for the Android Development Tools (ADT) plugin for the Eclipse IDE?

I can't find the source code for the Android Development Tools Plugin for Eclipse. It seems to have been moved a few times, and when I google the question, the answers point to the wrong places. Also http://source.android.com/discuss seems to be…
22
votes
3 answers

Eclipse ADT: Project name "appcompat_v7" being created after creating every new project

Well I want to highlight this and bring it all in this thread, as the rest of threads did not have a concluded answer, so before skipping into them here are the threads I referred to: Adt doesn't create default hello world but command line…
uLYsseus
  • 995
  • 6
  • 16
  • 37
21
votes
5 answers

Android ADT 23 Update - Cannot complete the install because of a conflicting dependency

First, ADT update errors are frequently asked but I have tried to do everything mentioned in those other Question-threads but no success (with https and without, ADT23.zip download too). This is what I got when trying to update: Cannot complete the…
Gödel77
  • 839
  • 3
  • 15
  • 27
20
votes
2 answers

signing applications automatically with password in ant

Currently i have a build process in place for all of our apps using ANT. I am adding the ability to build a release now and sign the apps. Currently i have the ant.properties with the correct properties. And it is in all the projects. And when i…
prolink007
  • 33,872
  • 24
  • 117
  • 185
20
votes
2 answers

What does the command "Fix Project Properties" exactly do?

What does the "Project->Android Tools->Fix Project Properties" Eclipse command exaclty do? I have read many times to use it, mostly in answers related with Android R generation problems in Eclipse, but for me it is like magic, I press on it and I…
Axel M. Garcia
  • 5,138
  • 9
  • 27
  • 29
20
votes
3 answers

Where is the Eclipse ADT bundle link?

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…
master_dodo
  • 1,203
  • 3
  • 20
  • 31
20
votes
6 answers

Eclipse Juno ADT plugin NDK path removed?

I can't find the option to set the NDK path on Eclipse Juno with the ADT plugin. (I downloaded yesterday the ADT Bundle from the Android site). Everyone says I should find it under Windows -> Preferences -> Android -> NDK but the option NDK under…
UnTraDe
  • 3,747
  • 10
  • 36
  • 60
20
votes
8 answers

Eclipse ADT update does not work

I updated my android sdk to and I tried updating my adt via ecplise through Help-> Check for updates This action results in the dialog that says: no updates found But my SDK says: This android is SDK requires Android Development Kit 21.1.0 or…
user1528506
  • 1,359
  • 3
  • 9
  • 13
20
votes
4 answers

Android:Bug in build path

When I am updating eclipse software and running applications, an error is shown as: "The container 'Android Dependencies' references non existing library 'C:\Project\android-sdk-windows\tools\support\annotations.jar'. Please help me to clear…
aravind
  • 417
  • 2
  • 4
  • 8
19
votes
3 answers

What is the "Android Private Libraries" folder in Eclipse?

I initially thought it was exclusively for official libraries like the support library. However any time I add a custom JAR using the "Add to build path" menu item, it automatically shows up in both "Referenced Libraries" and "Android Private…
Monstieur
  • 7,992
  • 10
  • 51
  • 77
19
votes
4 answers

Android Volley, duplicate Set-Cookie is overridden

Trying to use Volley lib as a network wrapper for my android application. I have a connection up and running, but the problem is that every time there is multiple "Set-Cookie" headers in the response Volley uses Map that cannot have duplicate keys,…
RompaP
  • 193
  • 1
  • 5