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
0
votes
4 answers

Android tools doesnt show up on Eclipse

I've installed the latest JRE, eclipse and I have the ADT plugin installed in eclipse. Somehow the android tools don't show up in the window. Instead, there are blank spaces where it should've been. Any help would be appreciated. Thanks
user2128222
  • 1
  • 1
  • 1
0
votes
1 answer

Android - Eclipse - how to expand all /src packages at once?

Is it possible to expand all the packages at once? I can't seem to find that option in Eclipse. It's getting tedious for me to expand all of them every time I start eclipse.
Tool
  • 12,126
  • 15
  • 70
  • 120
0
votes
2 answers

Android Widget Look and Feel Different When Running

I am using Eclipse ADT to develop my first Android application. In Eclipse you can change the theme using the menu shown in the Graphical Layout window. I decided to use the Black theme because I like the way the UI components look using that…
Jan Tacci
  • 3,131
  • 16
  • 63
  • 83
0
votes
1 answer

Android voice recognition for unlocking phones

I m doing project on android voice recognition for security purpose.The user of phone should be able to unlock phone with his/her voice.I need some help on this.The user needs to first save it voice sample in device so that next time he/she want to…
shan
  • 15
  • 5
0
votes
1 answer

Copying adt-bundle from win7 to win8

I am trying to copy my adt-bundle dir from win7 to win8, including sdk. Did anyone try this before? is it a good idea?
user1545072
0
votes
0 answers

How to solve Android JAR libs duplicate files error

I have two Android lib projects packaged as JAR files. When I put the two JARs in my project's libs folder the eclipse console throws me this error: Error generating final archive: Found duplicate file for APK: res/values/attrs.xml Origin 1:…
javiertoledos
  • 991
  • 11
  • 17
0
votes
1 answer

Gson serialized name: "Implicit super constructor Object() is undefined for default constructor. Must define an explicit constructor"

I'm new to Android, and I'm trying to learn how to use Gson to parse an API call. I've read around a little bit, and I'm trying to follow this example: http://www.javacodegeeks.com/2011/01/android-json-parsing-gson-tutorial.html It's going…
pfue
  • 278
  • 1
  • 5
  • 16
0
votes
4 answers

Retrieving Last Location on Simulator in Android?

I'm trying to get last location, but it always fails, here's my code: activity_main.xml
Ashraf Bashir
  • 9,686
  • 15
  • 57
  • 82
0
votes
3 answers

Error while loading eclipse (Not able to run any android application)

Yesterday i updated my android sdk to api 17. Now the launching of eclipse is showing error (image 1) I tried to check for updates but its not allowing. I also have my android sdk path mentioned in preference but then also it says that "Android SDK…
Vaibs
  • 1,128
  • 3
  • 16
  • 36
0
votes
2 answers

Composite widget - what is the preferred way?

I want to build reusable widget. It should be ordinal composite of standard elements. What is the best approach. Below is the code sample which I use currently, however there might be something more elegant. Furthermore the sample below runs…
Aleksander Gralak
  • 1,509
  • 10
  • 26
0
votes
1 answer

Deleted .eclipse folder

I deleted my .eclipse folder under users/xxxx/.eclipse and now my emulator will not load, nor can I update the ADT under eclipse. Is there a way to rebuild it? Why is it causing the emulator to hang (boot animation)?
Neal
  • 66
  • 2
0
votes
1 answer

MyFirstApp installed on emulator but can't launch it

I'm going through the Android 'Building Your First App' tutorial and have gotten stuck trying to run the app. I created the app and emulator with Eclipse (Juno Build id: 20120920-0800 on OS X, default installation. The Android SDK, etc. was…
user1813790
  • 81
  • 1
  • 6
0
votes
1 answer

How to add a new schema in the android ADT eclipse plugin

I want to add a new schema in the android ADT eclipse plugin. Please direct the thread to appropriate forum if I am posting at wrong place. I could not find ADT forum. Thanks. Basically I want to add a new schema in android adt plugin for my…
Pratik
  • 1,596
  • 2
  • 13
  • 10
0
votes
2 answers

Theme.Holo in styles.xml with level < 11 causes validation error in Eclipse ADT

I try to use the alternative resources / theme selector solution found here to switch to the Holo theme on new devices. The project uses Android 2.1 as project build target. Hoewever if I put this XML in res/values-v11/styles.xml
mjn
  • 36,362
  • 28
  • 176
  • 378
0
votes
1 answer

Eclipse plugin development AndroidXmlFormatter

I am building an eclipse plugin which modifies an android XML(layout) file. I use a dom parser internally to produce the output XML. However the XML formatting is messed up. I want to use the android xml-formatting mechanism. I tried this…
Akshaya Shanbhogue
  • 1,438
  • 1
  • 13
  • 25