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

What is the difference between the apk file in the bin folder and the apk file created through the Export option in Eclipse?

What is the difference between the apk file in the bin folder and the apk file created through the Export option in Eclipse? For debugging purposes, can I directly use the file in the bin folder? Or is it recommended to always "export" the apk file?
Ahmed Faisal
  • 4,397
  • 12
  • 45
  • 74
4
votes
1 answer

Organising resources for an Android project into multiple packages

I'm working on an Android project using Eclipse. The project contains multiple modules connecting to a central core, and it would make sense to organise them into subpackages, e.g. com.example.myapp -- containing core classes and…
Saran Tunyasuvunakool
  • 1,064
  • 1
  • 9
  • 23
4
votes
1 answer

Share assets among multiple projects

As we all know by now, Android's Eclipse+ADT IDE framework doesn't support (re)using assets from a Library Project. Instead, any asset resources used by an application must be stored in the assets/ directory of the application project itself. My…
Eternal Learner
  • 2,602
  • 5
  • 27
  • 38
4
votes
4 answers

Configuring ADT plugin for eclipse -- no Android option in preferences

I am installing android on my pc. The OS is windows xp sp-2. I am using following guide : http://developer.android.com/sdk/eclipse-adt.html#installing After Downloading the ADT Plugin when I Configuring the ADT Plugin I open the preferences via…
Ravi Desai
  • 81
  • 1
  • 7
3
votes
3 answers

Eclipse wont recognize my android tablet when I try to test my app?

Recently I bought a new android tablet (a no-name Chinese tablet), and I'd like to test an application I'm developing on it. However, when I try to run it through Eclipse, it won't recognize my tablet (the debugging mode is enabled on the tablet).…
RCB
  • 2,253
  • 2
  • 25
  • 49
3
votes
2 answers

Android Layout Designer can't load platform's drawable resources when a ListFragment added

I'm using Eclipse on 64 bit Windows 7. When I add a ListFragment to my layout in Android Layout Designer's "Graphical Layout" tab these messages appear: Failed lot load…
Utku
  • 445
  • 1
  • 7
  • 19
3
votes
5 answers

Android Launch is Failing

I am trying to develop my first Android app through the ADT plugins for Eclipse. I have downloaded and installed both ADT and the Android SDK and have created a HelloAndroid Android project. I created a new AVD called HelloAndroidEmulator1 just for…
IAmYourFaja
  • 55,468
  • 181
  • 466
  • 756
3
votes
1 answer

How can I set a real phone as default target in Eclipse

What I want is: when I press the Run/Debug button it automatically installs and runs on my phone.
Álvaro
  • 1,351
  • 1
  • 10
  • 14
3
votes
2 answers

Shortcut for running Android applications and JUnit test separately in Eclipse

I'm always running an Android application and a JUnit tests (not Android JUnit Test) back and forth. I've used the Run toolbar button in Eclipse to switch between them, which is quite boring after several times. It is possible to assign a run…
Randy Sugianto 'Yuku'
  • 71,383
  • 57
  • 178
  • 228
3
votes
4 answers

Android studio action bar not showing in new activity

style.xml