Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

47
votes
11answers
35k views

Starting the Android emulator in SDK tools, revision 12

I updated the Android SDK tools from revision 11 to revision 12, and the emulator now fails to start. When I try to run emulator.exe, I get: invalid command-line parameter: ...
11
votes
7answers
3k views

Installing a x86 image in new sdk tools v12

I've upgraded to android sdk tools 12. As a release note google says: The AVD manager and emulator can now use system images compiled for ARM v7 and x86 CPUs. Has anyone tried to run a x86 image? ...
4
votes
10answers
5k 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 ...
2
votes
1answer
114 views

How to update old Android project for the updates in new Android SDK tools?

Previously I was using an older version of Android SDK Tools, and now I moved to a new pc, setup my new development environment from scratch and copied and imported the projects from the previous pc. ...
2
votes
1answer
146 views

Upgrading Android ADT to 15 says logcat(deprecated)

I upgraded my eclipse with ADT plugin from 10.0 to 15.0 because I was getting an error when I imported a project "This project requires you to upgrade the ADT to 14.0 and above" When I upgraded the ...
1
vote
2answers
273 views

Not able to run Android Lint tool from Eclipse

I tried to run Lint available in the latest Android SDK r16 from Eclipse for my project. I am getting the error: Comparison method violates its general contract! The full log is here: ...
1
vote
2answers
210 views

In Eclipse.. How to adjust the path of Android SDK folder?

First of all, I'm a total newbie to all of this stuff and I was pushed into it. Acording to these two topics: Starting the Android emulator in SDK tools, revision 12, and invalid command line ...
1
vote
3answers
139 views

Android SDK Tool, Revision 12 not erase user information anymore?

I just updated my android sdk tool to revision 12 today. I usually check the box "wipe user data" before launching an AVD. But now it seems like rev 12 is keeping all my settings (not resetting the ...
1
vote
1answer
122 views

Using different revisions of multiple android library projects in multiple client projects (in Eclipse)

First of all I have most of my knowlege about library projects from the google docs and a detailed description of the android build system in this article. Setup In my Eclipse workspace I have ...
1
vote
0answers
85 views

Wrong draw time in the Hierarchy Viewer?

I am doing some tests with the Hierarchy Viewer tool that comes with the Android SDK. The Activity that I am testing has the following xml: <?xml version="1.0" encoding="utf-8"?> ...
0
votes
0answers
56 views

Android - Creating Release build Issue - Unable to execute dex: Multiple dex files define LAbstractLevel;

Hi I'm getting "Unable to execute dex: Multiple dex files define LAbstractLevel;" when trying to create the Release unsigned build. I followed ...
0
votes
1answer
71 views

Failed to fetch https://dl-ssl.google.com/android/repository/repository.xml - Mac OSX

I am trying to install an android SDK version using SDK Manager. I am getting the error: Failed to fetch https://dl-ssl.google.com/android/repository/repository.xml. I tryied to use http instead of ...
0
votes
1answer
163 views

Run “ant test” using android sdk tools v14

After upgrading to android sdk tools v14 and updating existing projects to last project structure, ant test fails with the error message: test: [echo] Running tests ... [exec] Syntax error: ...
0
votes
1answer
104 views

Multiple App Debugging

I have an issue that I cannot find a solution for. I am developing two different Android apps that are a part of a larger project. The one thing they have in common is the same package name. So my ...
0
votes
2answers
87 views

Where is the source code for the layoutopt tool in the Android SDK?

The layoutopt.exe in the SDK/tools folder for Android. Where can I find the rules it works with etc? The source code location would help.
0
votes
2answers
476 views

Android SDK MonkeyRunner broken?

I've been having some troubles gettin MonkeyRunner working. So far, we've tried 3 different computers and every android device we could get our hands on. the result is the same: ...