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
290
votes
6 answers

Eclipse reports rendering library more recent than ADT plug-in

On a new Android SDK installation, the Eclipse Graphical Layout is blank, rather than showing the rendering of the layout. Eclipse displays this message: This version of the rendering library is more recent than your version of ADT plug-in. Please…
Edward Brey
  • 40,302
  • 20
  • 199
  • 253
104
votes
11 answers

Error: This Android SDK requires Android Developer Toolkit version 22.6.1 or above

I have installed adt version 22.6.1 already 2 days ago. It was working fine. Suddenly, When I open eclipse today, it keeps showing me following error: This Android SDK requires Android Developer Toolkit version 22.6.1 or above. Current version is…
TheLittleNaruto
  • 8,325
  • 4
  • 54
  • 73
73
votes
14 answers

Eclipse giving error, missing R.java file after recent update

I have updated my SDK and ADT to the latest version, I have also update the Eclipse to Kepler the latest one after Juno. My ADT version is 22.0. After this update when I create a new project, I'm getting error, stating R cannot be resolved to a…
Anupam
  • 3,742
  • 18
  • 55
  • 87
65
votes
3 answers

How to debug on a real device (using Eclipse/ADT)

I'm trying to figure out how to debug applications directly on my phone (HTC Desire). I've installed the USB driver that came with the phone and the phone is listed when using "adb devices". How do I configure eclipse/ADT to launch on the phone…
jgauffin
  • 99,844
  • 45
  • 235
  • 372
53
votes
3 answers

How to add a Library Project to a android project?

I have created a new android project. I want to have a action bar at the top so I downloaded the Action Bar for Android Library because I want to support devices from android 2.1. The description says The action bar component is an Library Project.…
DarkLeafyGreen
  • 69,338
  • 131
  • 383
  • 601
49
votes
7 answers

Safely remove an Android Activity

We all know how easily and safely to create a new Activity. Now I want to know how to remove an Activity from my project safely. I've created some activity in my project and feel that they are now needless and I want to delete them. But if I delete…
44
votes
4 answers

Android - "Parsing Data for android-21 failed"

Had the following error in Eclipse after installing Android 5.0 (SDK 21) "Loading data for Android 5.0" has encountered a problem. Parsing Data for android-21 failed unsupported major.minor version 51.0
warbi
  • 2,725
  • 2
  • 20
  • 26
37
votes
11 answers

CardView inside RecyclerView has extra margins

I am using a CardView as element inside a RecyclerView. When doing so android automatically generates margins between the cardView and the screen and between different cardViews.
vj9
  • 1,546
  • 1
  • 11
  • 18
37
votes
8 answers

Parsing data for Android L failed.Unsupported major.minor version 51.0

After installing ADT Plugin for Eclipse, I tried to make a new Hello world Android app. But I met with the following error when I tried to open a new Android Application. I'm working with JDK 7.0 and JRE 7.0. I initially worked with JDK 6.0, but met…
sasu
  • 411
  • 1
  • 4
  • 4
37
votes
11 answers

Will Eclipse ADT be Deprecated?

Searching the web and the Android Team announcement I couldn't find The answer. Will Eclipse ADT be deprecated when Android studio reach its first stable version? The funniest thing is that they also update eclipse plugin to the latest ADT…
Nicolas Jafelle
  • 2,661
  • 2
  • 24
  • 30
36
votes
8 answers

ADT 22.2 New App Wizard: Unsupported template dependency: Upgrade your Android Eclipse plugin

I found some answers to that issue but none worked for me. When getting the last screen in a new project creation, I'm getting the next message: Unsupported template dependency: Upgrade your Android Eclipse plugin The required version is empty (in…
user2785689
  • 371
  • 1
  • 3
  • 4
35
votes
2 answers

Replace (or "Override") String in Android Library Project

I've been trying to make an android library project, and while the build process works fine, I've been running into some trouble with replacing a resource in the project which uses the library. In my library I have: A library_layout.xml…
jwriteclub
  • 1,604
  • 1
  • 17
  • 33
34
votes
16 answers

Unknown error: Unable to build: the file dx.jar was not loaded from the SDK folder

When I try to run my Android project on Eclipse ADT, I see this in the Console: [2017-03-24 15:34:41 - Dex Loader] Failed to load C:\Users\jaimemontoya\android-sdks\build-tools\26.0.0-preview\lib\dx.jar [2017-03-24 15:34:41 - CouponClub] Unknown…
Jaime Montoya
  • 6,915
  • 14
  • 67
  • 103
34
votes
3 answers

What is the final version of the ADT Bundle?

What is the final version of the ADT Bundle that was released by Google? Since "Android Studio" was announced as official IDE for the development of Android apps, the ADT Bundle (Eclipse with ADT Plugin & Android SDK) cannot be downloaded from…
user1364368
  • 1,474
  • 1
  • 16
  • 22
34
votes
7 answers

Can't update ADT plugin in Eclipse to version 23.0.0 or above

I am beginner in Android programming. My problem is, that I can not update ADT. The problem started, when after a long time I have updated in Android SDK Manager the Android SDK Tools. Then I was trying to import a project into the workspace. But I…
adamhala007
  • 703
  • 4
  • 11
  • 22
1
2 3
37 38