Questions tagged [adt]

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.

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.

ADT extends the capabilities of Eclipse to let you quickly set up new Android projects, create an application UI, add components based on the Android Framework API, debug your applications using the Android SDK tools, and even export signed (or unsigned) .apk files in order to distribute your application.

Note that Eclipse is no longer supported by Google for Android development.

More here.

2507 questions
94
votes
14 answers

Cannot create or edit Android Virtual Devices (AVD) from Eclipse, ADT 22.6

This problem sounds similar to a few others, except in my case the OK button is not grey-ed out. But for those who would rather not click the links... Trying to create or edit an AVD from within Eclipse, after entering my settings, the "OK" button…
BarleyWarb
  • 1,061
  • 1
  • 7
  • 4
86
votes
6 answers

Update Android SDK Tool to 22.0.4(Latest Version) from 22.0.1

I want to Update my Android SDK Tool from 22.0.1 to 22.0.4 I also Have ADT installed, but could not update the SDK Tool to 22.0.4 I am facing the following issue : Download interrupted: Read timed out issue. Below is the screen shot while…
Bhavesh Patadiya
  • 25,740
  • 15
  • 81
  • 107
82
votes
9 answers

No repository found error in Installing ADT in eclipse Indigo

This error comes when I try to install ADT: An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=). No repository found…
prongs
  • 9,422
  • 21
  • 67
  • 105
70
votes
7 answers

Android ADT 21.0 warning: Implicitly using the default locale

I've updated ADT to v. 21 and new warning appeared in this code: if (e.getMessage().toLowerCase().contains("blabla")) Implicitly using the default locale is a common source of bugs: Use toLowerCase(Locale) instead So I try: if…
Alex Zaitsev
  • 2,013
  • 4
  • 30
  • 56
69
votes
10 answers

"SDK Platform Tools component is missing!"

I am trying to add the add SDK Platform 1.6 to an existing Install of 2.2, with the help of this thread. As suggested, I ran Help → Check for Updates which found and installed the following: + Android DDMS 8.0.1.v201012062107-82219 …
Android Eve
  • 14,864
  • 26
  • 71
  • 96
68
votes
13 answers

How do I set ANDROID_SDK_HOME environment variable?

I'm working with Eclipse on Windows 7, x64. I'm getting an error when running ADT bundle of android development: Error: Error parsing the AVDs Unable to get the Android SDK home directory. Make sure the environment variable ANDROID_SDK_HOME is set…
OlegArsyonov
  • 1,251
  • 1
  • 14
  • 18
65
votes
19 answers

Eclipse Indigo - Cannot install Android ADT Plugin

When I try to install the Android Developer Tool, I get the following error. Software being installed: Android Development Tools 11.0.0.v201105251008-128486 (com.android.ide.eclipse.adt.feature.group 11.0.0.v201105251008-128486) Missing…
Hades
  • 3,916
  • 3
  • 34
  • 74
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
64
votes
11 answers

The connection to adb is down, and a severe error has occurred

Possible Duplicate: The connection to adb is down, and a severe error has occured I am currently trying to develop an application for Android in the latest release of Eclipse. When I try to build and run, the following comes up: [2011-02-17…
ariets
  • 4,218
  • 4
  • 28
  • 34
64
votes
26 answers

"Unable to get system library for project" after I upgraded to Android SDK 2.3 and ADT 8.0

Today I upgraded to Android SDK 2.3 and I also upgraded the Eclipse Plugin Androi Developer Tools 8.0 (from 0.9.9). I also upgraded my Java Development Kit to 1.6_22. Now in Eclipse I get many errors in all my Android projects. The error messages…
Jonas
  • 121,568
  • 97
  • 310
  • 388
60
votes
9 answers

Eclipse: won't let me use Android SDK, wrongly claims my ADT is out of date

I'm developing for Android with Eclipse, and all was working well until yesterday. I used Ninite to update all my stuff, including JREs and everything (pro tip: do not do that), and it restarted my computer without asking in the middle of editing my…
user1002973
  • 2,088
  • 6
  • 22
  • 31
59
votes
10 answers

This Android SDK requires Android Developer Toolkit version 23.0.0 or above

I get the following error when I start my Eclipse. And when I try to update from Help > Install New Software... using the eclipse update link https://dl-ssl.google.com/eclipse/plugin/4.2 It gives me following error: Cannot complete the install…
Kalpesh
  • 4,020
  • 4
  • 18
  • 27
59
votes
4 answers

ClassNotFoundException after ADT update

I've recently updated Android SDK & Eclipse ADT plugin to latest version. Now when i try to run a pre-existing Android project, the LogCat shows a ClassNotFoundException. I tried to create a new device but the problem still exists. Manifest
user2340612
  • 10,053
  • 4
  • 41
  • 66
58
votes
8 answers

Android Build fail - java.lang.IllegalArgumentException: already added: Lcom/google/api/client/escape/CharEscapers;

I just prepare small update for my android app, but I get this strange bug when I try to build my app (in debug mode). It will be great if someone smarter could look at this to figure out what might been wrong. I was cleaning/rebuild/fix project…
Kubeczek
  • 893
  • 3
  • 11
  • 16
57
votes
6 answers

ADT 22.3 (android 4.4) - getting error "After scene creation, #init() must be called"

After installing the new ADT (22.3.0.v201310242005-887826) which supports Android 4.4 (KitKat), I keep getting the error as shown here: An internal error has occurred In the list of errors, I see multiple items of "RenderPreview", and when I…
android developer
  • 114,585
  • 152
  • 739
  • 1,270