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
6
votes
1 answer

How to launch several instances of eclipse (multiple workspaces) and have ADT plugin working?

I have a problem with eclipse and ADT plugin when I want to launch several instances of eclipse. What is working (only one instance of eclipse) I launch a workspace with my Android projects where I can debug and everything's fine. I switch to…
kmas
  • 6,401
  • 13
  • 40
  • 62
5
votes
8 answers

Conversion to Dalvik format failed with error 1 - After updating Android SDK & ADT

After updating SDK and ADT for the latest release, I tried to run my application and Eclipse log the following error: [- RichReaderDemo] Dx UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added:…
Marcos Vasconcelos
  • 18,136
  • 30
  • 106
  • 167
5
votes
1 answer

Android NDK Build failing in mac system but works in windows system

added NDK path through ADT’s Preference add native support through Android tools I tried searching the internet But I couldn’t find anything useful to solve my problem It compiles so many c,cpp files for 1 mins then suddently the following error…
Shajo
  • 873
  • 2
  • 11
  • 22
5
votes
0 answers

Error in updating to ADT rev 23 for Eclipse

Recently I updated Android SDK tools to rev 23.0 from the Android SDK Manager. After restarting the eclipse IDE I'm getting an error message saying "The Android SDK requires Android Developer Toolkit version 23.0.0 or above"(Attached the picture of…
prince
  • 1,129
  • 1
  • 15
  • 38
5
votes
6 answers

Eclipse ADT 22.6.2 still gives the error "java.lang.NullPointerException"

This issue is supposed to be fixed by the latest ADT release(22.6.2), but I'm still receiving the same error when I'm trying to create an empty Android Application Project. Here is the exact error: Errors occurred during the build. Errors running…
Lorenborn
  • 71
  • 1
  • 3
5
votes
3 answers

"This template requires a minimum SDK version" -Android Eclipse ADT plugin reports wrong min SDK.

I just imported my old Android Project that I just checkout from my git repo. When I try to create a new Master/Detail Flow Activity using Eclipse : New > Android > Android Activity > Login Activity > Next The Eclipse reports me error saying…
Hari Krishna Ganji
  • 1,647
  • 2
  • 20
  • 33
5
votes
0 answers

How do I refactor string resources in strings.xml in Eclipse/ADT?

I'd like to rename 100+ strings in my app (to append com.myapp. to the front of all of them for example), but the refactor menu is grayed out when right-clicking. Any other ways of achieving this? Incidentally, does the new Android studio have this…
rothschild86
  • 1,433
  • 16
  • 22
5
votes
6 answers

"Android Private Libraries" doesn't appear in project

The "Android Private Libraries" item is missing from my project (it doesn't appear in the Project Explorer in Eclipse)... It appears as though it isn't getting built into the project either, as I'm getting various errors regarding jar files in my…
saarraz1
  • 2,999
  • 6
  • 29
  • 44
5
votes
0 answers

How do i display digital pulse in android using Eclipse?

I would like to build an android app to take the audio data from microphone and to display both the analog signal and digital gear pulse. I had succeeded in developing the app to display analog signal in graph with plotting corresponding samples on…
5
votes
1 answer

How to install a skin ( from Samsung ) for android emulator with "ADT 21.0.1" in eclipse?

How to install a skin ( from Samsung ) for android emulator with "ADT 21.0.1" in eclipse ? i can do it with "ADT 16.0.1", i have used a Skin of Galaxy S2 from…
Ahmed Al Khashab
  • 373
  • 1
  • 9
  • 19
5
votes
3 answers

Eclipse key shortcut run no longer works on XML files

Since I updated to adt 21.0.1 I no longer can simply press 'CTRL+F11' to launch the current project when the current tab is an android layout XML file. Using Eclipse 4.2 mobile edition
tomi
  • 525
  • 9
  • 20
5
votes
2 answers

How to build a shared library without JNI in Android?

I develop an Android application, which needs to be a shared library. I have already made the same lib in Linux (using gcc), so I want to compile the same shared lib in Android (ARM processor). But NDK only suports JNI. Now I want to build a…
Mr.Cool
  • 1,525
  • 10
  • 32
  • 51
5
votes
2 answers

Playing a sound when button clicking in Android

I'm new to Android, and I'm trying to do something simple like play a custom MP3 when a button is clicked. This seems to be a fairly common question, but even though my code follows the examples, and I'm not getting any errors, I don't hear any…
Cerin
  • 60,957
  • 96
  • 316
  • 522
4
votes
4 answers

Eclipse IDE,ADT for android SDk error

I have ported from Windows 7 to ubunti linux 11.10 version.I installed Eclipse successfully,and when i go to add the ADT plugin,a configure error is desplaying. The error says... Cannot complete the install because one or more required items could…
subrussn90
  • 1,142
  • 1
  • 14
  • 27
4
votes
7 answers

Eclipse won't recognize my android phone -> Can't debug

All of a sudden Eclipse stopped recognizing my android device. So when I hit the Play-Button I get the following message: No compatible targets were found. Do you wish to add a new Android Virtual Device? Strangely on my device it says that…
Mistefix
  • 113
  • 2
  • 4
  • 6