Questions tagged [eclipse-adt]

Android Development Tools is a plugin for Eclipse that facilitates building 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.

This tag is a duplicate of a significantly more popular [adt], and should be merged with the latter if possible.

568 questions
-1
votes
1 answer

Project can't find a reference to a type in a library imported in the library that this project imports

I have a project A that imports a library. Name it library1. A is built as a library too. Then I have another project B that imports A and uses a type in library1. This was working for me until I updated to api 22. Now eclipse claims that can't find…
Notbad
  • 5,936
  • 12
  • 54
  • 100
-1
votes
1 answer

what can prevent auto rebuilding the R class?

I have a strange problem with ADT and Eclipse at the moment. The R file does not get rebuilt automatically - I always have to do a clean to see the changes ( e.g. after inserting a string in strings.xml). I use ADT 21 and Eclipse 3.8 - any idea…
ligi
  • 39,001
  • 44
  • 144
  • 244
-2
votes
1 answer

How do I download Android source code and connect it in Eclipse?

I want to see the Android source code, but I don't know how to download it. I only find the address on Stack Overflow. So my questions are: How do I download the source code from the site https://android.googlesource.com/? How do I install the…
Eric Chen
  • 1
  • 1
  • 5
-2
votes
2 answers

How to Solve This Issue in Eclipse

This version of the rendering library is more recent than your version of ADT plug-in. Please update ADT plug-in please help me to solve this problem
Uday R
  • 1
-2
votes
1 answer

libproject/google-play-services_lib for eclipse

Copy the library project at /extras/google/google_play_services/libproject/google-play-services_lib/ to the location where you maintain your Android app projects.
Grine
  • 1
-2
votes
1 answer

Android SDK Manager is not displaying in Eclipse list

I have installed - Android SDK Manager, - Android Virtual Device Manager but in my eclipse -> Windows[ I am not getting SDK Manager options ] is there any settings to enable it. please tell me.
-2
votes
2 answers

Cannot find android sdk in eclipse

How to get android sdk 5.0 api 21 - not available in eclipse android sdk manager Please tell me the solution. Thank you very much.
-2
votes
3 answers

Getting String from Spinner, and using it on conditional statements

I have this program that will change the hours and minutes of the values I get from Calendar. So I'm changing only the hour, I'm doing a Timezone thing here. So, what I do is I make an array of the TimeZones at Strings.xml and put it on a spinner.…
-2
votes
1 answer

eclipse adt error after updating sdk

I updated the android sdk tools recently and now I am getting this error on starting Eclipse. When I check for updates, I get this. Please help. Thanks.
CodePro_NotYet
  • 621
  • 6
  • 17
-3
votes
1 answer

Why Can't Download Eclipse ADT in the second time?

I deleted Eclipse ADT as it was not responding and getting stuck and I wanted to download it again but when it gets here http://developer.android.com/sdk/installing/index.html?pkg=adt nothing happens as I remember the first time I downloaded it when…
Zee E.
  • 849
  • 1
  • 9
  • 9
-3
votes
1 answer

i have "fatal error" in the project

I add external jar, set the build path And now on the project icon i have ! (in red) When i try to run i get this message on the console: Invalid layout of java.lang.String at value A fatal error has been detected by the Java Runtime…
-5
votes
1 answer

What is the Difference between build versions of ADT and ANT in Eclipse

Previously I was developing java code in eclipse, Later on after moving to android I was told to install the ADT bundle separately not the Install new software method when asked why I didn't get any valid answer .So I had to first un-install the…
user285oo6
  • 315
  • 3
  • 18
-5
votes
2 answers

How to only build and generate apk by using the Eclipse Android ADT?

I do not want to run the application because the emulator takes too much time to start and showing the app , so I want to know how to build and generate the apk of an application with the Eclipse Android ADT.
pheromix
  • 18,213
  • 29
  • 88
  • 158
1 2 3
37
38