Tagged Questions
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.
36
votes
14answers
24k views
Emulator problem in Android
When I launch the emulator I face many problems (Errors):-
HttpConnectionApp]emulator-5554 disconnected!
Cancelling 'net.paxcel.http.HttpConnectionApp activity launch'!
Emulator]emulator: ERROR: the ...
32
votes
15answers
41k views
Could not find adb.exe - after upgrade to Android SDK 2.3
I have upgraded my Android SDK to version 2.3 and Android Development Tools 8.0.0. Now in Eclipse, I get an error message:
Could not find C:\Program Files ...
30
votes
3answers
27k views
Huh? “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:
+ ...
29
votes
12answers
34k views
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 ...
29
votes
2answers
4k views
Substantial Android development in Scala
Has anyone had success developing a substantial Android app in Scala? Is it a viable option yet? Are there any mature development environments? Given the state of the Scala Eclipse plug-in, it looks ...
22
votes
1answer
3k views
Graphical Layout tab does not appear for some layout files into Eclipse
I'm facing a problem when developing layout files for Android with Eclipse ADT Plugin. Some of my files, when opened, does not show the Graphical layout tab, just as below:
The others (actually, ...
17
votes
3answers
6k views
Failed to install Android ADT
I'm trying to install the ADT to Eclipse Indigo (32 bit). It consistently fails with the following message:
Cannot complete the install because one or more required items could not be found.
...
17
votes
3answers
13k views
Import existing Android project in Eclipse: no gen source folder?
I'm trying to import an android project into Eclipse (from Git, but I don't think it's relevant), and I can't run or compile it because I get these errors:
Android requires compiler compliance level ...
13
votes
4answers
4k views
Installing the android ADT plugin for eclipse
when i tried to install the android ADT to eclipse (indigo) this error came up:
Cannot complete the install because one or more required items could not be found.
Software currently installed: Shared ...
12
votes
3answers
25k views
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 ...
10
votes
4answers
454 views
Unable to Debug Library Projects with ADT v14 - Source Not Found
Ever since upgrading my current projects to use the new R14 Tools in Eclipse, I'm now unable to debug any code that exists in my library projects.
When I hit a break point in my library project code, ...
9
votes
3answers
432 views
How smart is Eclipse / ADT when it comes to Android Library Projects?
So, I've got a handful of "Utility" style classes in some of my projects. I'm curious if I can move them to an Android Library Project that contains all or most of my non-app specific glue code ...
8
votes
3answers
88 views
How to have both Debug and Release (signed) of same exact code on same device?
While continuing to develop my application and test it on a real phone, I need to have the release (AKA "signed" or "exported"), version of it on the same phone, for demonstration purposes (the ...
7
votes
1answer
2k views
What does the command “Fix Project Properties” exactly do?
What does the "Project->Android Tools->Fix Project Properties" Eclipse command exaclty do?
I have read many times to use it, mostly in answers related with Android R generation problems in Eclipse, ...
7
votes
5answers
2k views
Android preferences freeze when using ADT Plugin v9 with Eclipse on Mac?
I just installed Eclipse 3.6.1 and added the ADT Plugin v9 on Mac OS X 10.6.6. When I go to preferences to add the path to the Android SDK, I get a popup with "Thanks for using the Android SDK!" with ...
6
votes
1answer
502 views
Android: Maven trobules with ADT 14
recently I update my Android SDK to 14.0.0
Environment: Ubuntu 10.04, Eclipse Helios.
The project target is 8 (Android 2.2)
In my project I use maven. Then I try to build project i get next error:
...
6
votes
3answers
382 views
Locations of super() calls in Android Eclipse Plugin generated code reliable?
In many of Android methods, especially constructors and overridden methods, you should or even must call the parent class method using super(). When you use the Eclipse Source > Override/Implement ...
6
votes
13answers
15k views
No generated R.java file in my project
I am doing the Notepad tutorial, exercise 2. I started by creating a new Android project and chose Create from source to import the downloaded source files for the excercise.
But now I get many ...
5
votes
1answer
100 views
How to get Android AVD name from serial number
Using the Android SDK from the command line, I can get a list of the running devices available using:
./adb device
This gives me the serial number of available devices. How can I get the AVD name ...
5
votes
3answers
687 views
Cannot build library dependent project after update to ADT 14
In order to implement different versions of our UI we broke our program up into UI specific code and a common library project that has everything else. Up until yesterday when I updated to ADT 14 ...
5
votes
1answer
132 views
data types with holes
So if I have two data types which are mostly the same, I can write them like this:
data A t = A1 | A2 | A3 | A4 (B t)
data B t = B1 | B2 | B3 | B4 t
type AX = A X
type AY = A Y
Now it's easy to ...
5
votes
9answers
8k views
“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 ...
5
votes
2answers
3k views
Android ADT Plugin doesn't show up in Eclipse
I'm using Windows 7 and installed the 64 bit version of Eclipse 3.5.2. I then installed the Android ADT plugin, but when I try to configure it in the Windows > Preferences dialog, the Android Plugin ...
5
votes
3answers
3k views
Trie implementation
I am attempting to implement a very simple Trie in Java that supports 3 operations. I'd like it to have an insert method, a has method (ie is a certain word in the trie), and a toString method to ...
4
votes
3answers
236 views
Every project says error after Android ADT update
I updated to the newest Android ADT and now every project in my workspace says error though there isn't any in the actual files. Even a clean Android project says error even though I have double ...
4
votes
9answers
4k views
Unable to execute dex: Multiple dex files define Lcom/myapp/R$array;
Since updating to ADT 14 I can no longer build my project. It was building fine prior to updating.
The error:
[2011-10-23 16:23:29 - Dex Loader] Unable to execute dex: Multiple dex files define ...
4
votes
5answers
3k views
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 ...
4
votes
4answers
780 views
problems building with ADT r14
just updated the SDK and the ADT after it was released with the ICS announcement - but having some problems building my projects - even after cleaning/refreshing/restarting eclipse this persists.
...
4
votes
1answer
174 views
How to use File Explorer on a rooted device?
Eclipse is connected to my rooted phone and I can run debug sessions and see LogCat messages. I can also see the phone in Devices view in the DDMS perspective, but: When I open the File Explorer view ...
4
votes
1answer
6k views
'required items could not be found' error when installing ADT plugin
Cannot complete the install because one or more required items could not be found.
Software being installed: Android Development Tools 12.0.0.v201106281929-138431 ...
4
votes
3answers
719 views
Why does Eclipse + ADT plugin keep the CPU at 100%
The second I open up layout.xml file from a simple skeleton app in Eclipse example plugin, the cpu usage locks up to 25% IE. 1 full core. and it's been on like this for the last 30minutes I wanted to ...
4
votes
2answers
696 views
How to use the same source from PhoneGap Build and PhoneGap Android project in Eclipse
Anyone might be notice there is a diffrence in PhoneGap Build and PhoneGap develop in Eclipse. I want to develop based on PhoneGap Build to support for Android and iPhone. However to do debugging in ...
4
votes
3answers
426 views
Logcat and Eclipse
As an Android developer, I'm a little bored with Logcat, and specially its integration in Eclipse.
Most of the times, it works fine, but I sometimes have to restart Eclipse in order to have those ...
4
votes
3answers
3k views
Eclipse ADT Plugin - No Build Target Available *resolved*
When trying to create a new Android Project with Eclipse, there is no Build Target available.
I have:
Installed ADT Plugin
Created a virtual device
Installed Android SDK, installed platform + ...
4
votes
1answer
258 views
Clojure algebraic data types
I've found defadt macro in clojure.contrib.types. Unfortunately, there is no useful documentation on ADTs usage in clojure. I've googled for hours and found tiny pieces of information about it. What ...
4
votes
3answers
2k views
Eclipse problem when install new software
I'm using Eclipse 3.6 (Helios) for mac os X. I downloaded from the Eclipse download page, unzip and put it in Applications folder. Then, i start the Eclipse and choose the workspace (the default, ...
4
votes
8answers
10k views
How do I set up Android (ADT-Plugin) for Eclipse?
I'm setting up Eclipse for Android and when attempting to install the ADT plugin, I encounter the following error:
Edit: Notice the more complete error message here.
Cannot complete the install ...
4
votes
1answer
1k views
Error when installing the ADT plugins in Eclipse
I'm using Eclipse 3.5.2 and when I followed the steps on this tutorial(http://developer.android.com/guide/developing/tools/adt.html). I got an error message during the last steps.
An error ...
4
votes
4answers
823 views
Where can I find the source code for the Android Development Tools (ADT) plugin for the Eclipse IDE?
I can't find the source code for the Android Development Tools Plugin for Eclipse. It seems to have been moved a few times, and when I google the question, the answers point to the wrong places. ...
3
votes
1answer
21 views
How do I stop eclipse from auto creating filters for android logcat?
After an update my eclipse started to create filters automatically for LogCat.
I don't really mind if it creats those useless filters, but it always auto-select the one I least want to look at.
Is ...
3
votes
1answer
506 views
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 ...
3
votes
2answers
3k views
ADT Plugin installation issues Eclipse 3.7 Ubuntu 11.10
I am trying to install Android SDK and ADT Plugiun for Eclipse 3.7 and Ubuntu 11.10.
I have downloaded android-sdk_r15-linux.tgz and unpacked it to /home/user/android-sdk-linux
I navigated to ...
3
votes
3answers
2k views
Installing ADT on Eclipse Indigo
On Eclipse Indigo 64-bit, I tried to install ADT (Android Development Tools) plugin ver 15.0. But I get this error :
Cannot complete the install because one or more required items could
not be ...
3
votes
2answers
184 views
my 9 Patch Image stopped working
I have been using 9 patch images for a while now. But have come to an issue. The GUI designer in Eclipse tells me that the image works fine. And it looks how it should.
However in the device it just ...
3
votes
1answer
211 views
In Eclipse, how can I quickly access the source of an “android library project” from the source of a project that uses it?
Project A is an android library project in my workspace(via project properties->android->library: is library).
Project A declares classA.
Project B uses project A (via project ...
3
votes
4answers
256 views
How install old ADT13 in Eclipse
We do have lots of problems with our Android Apps when using SDK14/ADT14. Currently we can't build none of our complex apps with lots of libraries and dependant projects (Resources are not updated ...
3
votes
1answer
704 views
Android libraries in ADT r14 in Eclipse - build error
I've got Eclipse with two projects : Android library + main depending on the library project. From the new ADT r14 version it is no longer building correctly - it's showing following error on the ...
3
votes
3answers
587 views
Valid XML file gives “failed to parse” error in Android ADT
I have made a XML file:
<?xml version="1.0" encoding="utf-8"?>
<selector
xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:state_pressed="true"
...
3
votes
2answers
1k views
Android on Eclipse crashes every time I open main.xml
I have ADT loaded onto classic Eclipse. I followed the steps from the Android Helloworld starting guide located here: http://developer.android.com/resources/tutorials/hello-world.html
The problem ...
3
votes
4answers
4k views
conflicting dependency when trying to install ADT plugin into eclipse
Here are my specs:
Eclipse: 3.5.2
ADT plugin: 11.0.0
PC: Windows 7
So far, I've installed the Android SDK and Eclipse. However when I attempt to install the ADT plugin into eclipse I get the ...