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
34
votes
15 answers

Java/Eclipse - No more R file ever

I'm on Eclipse for hours now and I didn't found a solution yet for my problem even after many searches on internet: I have no more R.java file on my projects. On just created or on my old projects, i don't have R file anymore and I tried so many…
Jackyto
  • 1,569
  • 3
  • 15
  • 33
32
votes
2 answers

Avoid hardcoding the debug mode; Warning in Android Manifest

After updating my ADT plugin to version 17 I'm getting a warning massage saying Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one There wasn't such message before the update. How can I…
Chrishan
  • 4,076
  • 7
  • 48
  • 67
27
votes
4 answers

What is the differences between `export signed` and `unsigned` .apk file?

I'm building .apk file for my Android application using Android tools - Export... as guided here My question is what are signed and unsigned .apk file? How can we use usngined .apk file? (I tried to export an unsigned one but I cannot install it for…
Nam G VU
  • 33,193
  • 69
  • 233
  • 372
21
votes
8 answers

How to install the Android ADT Plugin in Eclipse?

I followed the instructions on ADT Plugin for Eclipse but I got this message when installing in Eclipse: Cannot complete the install because one or more required items could not be found Software being installed: Android Development Tools…
Jonas
  • 121,568
  • 97
  • 310
  • 388
20
votes
2 answers

Eclipse Plugin and ADT modification for API Integration in Create Project menu

I plan to create a plugin that is relevant to API integration for Android projects. Where i would be able to check/mark API's which i want to add and it should add all the relevant files and integrate the example in the Main_Activity / or the…
user4428032
20
votes
2 answers

Shortcut between graphical layout and XML

I hate using the mouse and I can't find an answer for this anywhere. Does anybody know if there is one. And no I'm not talking about the Ctrl+F7 that changes the view and I'm also not talking about the Ctrl + Page Up and Ctrl + Page Down to change…
Thiago
  • 746
  • 1
  • 10
  • 22
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
18
votes
7 answers

ADT eclipse xml layout text editor - often broken until file closed and reopened

Possible Duplicate: Moving and vanishing lines of code; trouble with Eclipse's XML Editor I'm new to Eclipse and ADT but have set up my environment on two different machines, and both are displaying the same oddities (both are Windows 7 64…
user1089679
  • 2,328
  • 8
  • 41
  • 51
17
votes
3 answers

Remove Logcat from Java Perspective

How can I remove the logcat window from the Java perspective permanently? Every time I get an error (that I'm expecting) it pops up the logcat window (even if i close it/remove it from the perspective) and shows the output. I only want this showing…
user1042012
  • 171
  • 3
16
votes
2 answers

ADT - libstdc++.so.6: cannot open shared object file

I have Fedora 20 64-bits, and I have a problem with Android Development Tools. When I try to run project I have these errors: [2014-05-11 22:08:03 - TestAp] /home/damian/adt-bundle-linux-x86_64-20140321/sdk/build-tools/android-4.4.2/aapt: error…
user3626411
  • 188
  • 2
  • 3
  • 15
15
votes
12 answers

Eclipse and Android SDK issue "aapt.exe has stopped"

I'm having an issue on my Windows 7 64-bit machine with aapt.exe. It is throwing the following error: aapt.exe has stopped working Its not project related, Since i've tried multiple projects, it seems to happen with any workspace in Eclipse as well.…
Jaison Brooks
  • 5,816
  • 7
  • 43
  • 79
15
votes
5 answers

Passing parameter from a button to android:onClick method

Hi I have something like this (3 buttons) in my activity xml pointing to same method:
14
votes
5 answers

ClassNotFoundException on AndroidAnnotations generated classes since update to ADT 22

This project worked wonders before updating to ADT22. I already lost a day because of not knowing I had to download build tools, and I'm afraid I'm going to loose another one because of this. When I try to build the same code that was working two…
13
votes
3 answers

Eclipse and Android XML layouts gives "'default' is not a best match for any device/locale combination"

This is my first time making an app with XML layouts. In the past I have always dynamically generated my layouts at runtime, so don't worry, I am NOT an Android newbie. Still, this is my first time with static layouts. So what's this message all…
Neil Traft
  • 18,367
  • 15
  • 63
  • 70
12
votes
1 answer

How to add "Android Design Support Library" to Eclipse with ADT-plugin?

The Android Developers Blog announced in May 2015: The Design library is available now, so make sure to update the Android Support Repository in the SDK Manager. I am using Eclipse (Version: Luna 4.4.2) with latest ADT-plugin and don't see…
1
2
3
37 38