Android is Google's software stack for mobile devices. Please use the Android-specific tags such as [android-intent], not [intent]. For non-developer questions, see http://android.stackexchange.com

learn more… | top users | synonyms (2)

432
votes
11answers
77k views

“Debug certificate expired” error in eclipse android plugins

I am using eclipse android plugins to build a project, But i am getting this error in the console window: [2010-02-03 10:31:14 - androidVNC]Error generating final archive: Debug certificate expired ...
400
votes
12answers
114k views

Android SDK installation doesn't find JDK

I'm tying to install the Android SDK on my Windows 7 x64 System. jdk-6u23-windows-x64.exe is installed, but the Android SDK setup refuses to proceed, because it doesn't find the JDK installation. Is ...
321
votes
15answers
111k views

Is there any way to run Python on Android?

I like the Android platform. Actually, with some friends, we even participate to the ADC with the Spoxt project. But Java is not my favourite language at all. We are working on a S60 version and this ...
296
votes
4answers
80k views

Difference of px, dp, dip and sp in android

Can anyone tell what is the difference between px, dip, dp and sp in android?
293
votes
26answers
113k views

slow android emulator

I have a 2.67GHz Celeron Processor, 1.21GBs of RAM on a x86 Windows XP Pro machine. My understanding is that the emulator should start fairly quickly on such a machine, but for me it does not. I have ...
259
votes
17answers
55k views

Best practices for unit testing Android apps [closed]

I'd like to unit test my Android application but I found that test driven development in Android is far from trivial at the moment. Any tips, tricks, war stories for building light weight and ...
217
votes
9answers
92k views

How to close/hide the Android Soft Keyboard?

I'm having an EditText and a Button in my layout. After writing inside the edit field and clicking on the Button, I want to hide the virtual keyboard. I guess there should be a simple, one- or ...
216
votes
14answers
100k views

Will Google Android ever support .NET?

Now that the G1 with Google's Android OS is now available (soon), will the android platform ever support .Net?
211
votes
9answers
109k views

How do I save an Android application's state?

I've been playing around with the Android SDK, and I am a little unclear on saving an applications state. So given this minor re-tooling of the 'Hello, Android' example: package com.android.hello; ...
204
votes
14answers
79k views

Comparison between Corona, Phonegap, Titanium [closed]

I am a web developer and I want to move my web products to iPhone. One of the products is like Google Maps: show map on the phone screen, you can drag or resize the map and view some information that ...
172
votes
7answers
16k views

What are your experiences selling on the Android Market? [closed]

I've been hearing some good things about Google's Android Market recently, and I might look into developing for android (currently develop for iPhone OS) at some point. Are any of you Android ...
172
votes
8answers
81k views

Activity restart on rotation Android

In my Android application, when I rotate the device (slide out the keyboard) then my activity is restarted (onCreate is called). Now, this is probably how it's supposed to be, but I do a lot of ...
169
votes
10answers
96k views

The Android emulator is not starting, showing “invalid command-line parameter”

I made a simple "Hello World" program in Eclipse. I added nothing to a Java file and only added a text view in file main.xml as //main.xml file <?xml version="1.0" encoding="utf-8"?> ...
164
votes
6answers
96k views

Standard Android Button with a different color

I'd like to change the color of a standard Android button slightly in order to better match a client's branding. For example, see the "Find a Table" button for the OpenTable application: The best ...
159
votes
20answers
52k views

Quitting an application - is that frowned upon?

Moving on in my attempt to learn Android I just read the following: Question: Does the user have a choice to kill the application unless we put a menu option in to kill it? If no such option exists, ...
158
votes
7answers
99k views

Android - basic gesture detection

I've been battling to get 'fling' gesture detection working on my Android application today. I've been looking at these sources; Detect Gestures - Tutorial SDK docs Calculator Code Nothing has ...
154
votes
5answers
39k views

'Must Override a Superclass Method' Errors after importing a project into Eclipse

Anytime I have to re-import my projects into Eclipse (if I reinstalled Eclipse, or changed the location of the projects), almost all of my overridden methods are not formatted correctly, causing the ...
148
votes
15answers
164k views

How to call SOAP web service with Android

I am having a lot of trouble finding good information on how to call a standard SOAP/WSDL web service with Android. All I've been able to find are either very convoluted documents and references to ...
147
votes
17answers
48k views

How do I obtain crash-data from my Android application?

How can I get crash data (stack traces at least) from my Android application? At least when working on my own device being retrieved by cable, but ideally from any instance of my application running ...
146
votes
12answers
109k views

Android - How do I do a lazy load of images in ListView [closed]

I am using a ListView to display some images and captions associated with those images. I am getting the images from the Internet. Is there a way to lazy load the images so while the text displays, ...
135
votes
13answers
61k views

Is there a unique Android device ID?

Do Android devices have a unique id, and if so, what is a simple way to access it via java?
135
votes
12answers
94k views

Does Android support near real time push notification

I recently learned about the ability of iPhone apps to receive nearly instantaneous notifications to apps. This is provided in the form of push notifications, a bespoke protocol which keeps an ...
128
votes
14answers
28k views

Stop EditText from gaining focus at Activity startup?

I have an android activity, with two elements: EditText ListView when my activity starts, the EditText immediately has input focus (flashing cursor). I don't want any control to have input focus ...
127
votes
31answers
94k views

“Conversion to Dalvik format failed with error 1” on external Jar

In my Android application in eclipse I get the following error: UNEXPECTED TOP-LEVEL EXCEPTION: java.lang.IllegalArgumentException: already added: Lorg/xmlpull/v1/XmlPullParser; .... Conversion to ...
127
votes
12answers
58k views

Any good graphing packages for Android?

With Android removing the Swing and AWT libraries from Java, I was wondering what solutions have been developed to display simple bar histograms, line graphs and other simple data visualizations in ...
123
votes
9answers
10k views

Effective Android Programming Techniques

Please Help me compile a list of Effective Android Programming techniques Don't forget to free resources after use. Lot of resources like Cursors are overlooked. Free them too. Don't Use magic ...
119
votes
5answers
53k views

How to discover memory usage of my application in Android

I would like to know how I can find the memory used on my Android application, programmatically. I hope there is a way to do it. Plus I would like to understand how to get the free memory of the ...
119
votes
17answers
72k views

How to handle screen orientation change when progress dialog and background thread active?

My program does some network activity in a background thread. Before starting, it pops up a progress dialog. The dialog is dismissed on the handler. This all works fine, except when screen orientation ...
113
votes
6answers
11k views

Hidden features of Android development? [closed]

I am surprised that there is no Android Hidden Features post yet in the Hidden Features series that I've been tracking for a while now. The Hidden Features series is great for people who are new to a ...
113
votes
9answers
68k views

Android: How to declare global variables?

I am creating an application which requires login. I created the main and the login activity. In the main activity onCreate method I added the following condition: public void onCreate(Bundle ...
105
votes
36answers
147k views

R cannot be resolved - Android error

I just downloaded and installed the new android SDK. I wanted to create a simple application to test drive it. The wizard created this code: package eu.mauriziopz.gps; import android.app.Activity; ...
105
votes
5answers
25k views

How to ship an Android application with a database?

If your application requires a database, and comes with builtin data, what is the best way to ship that application? 1) Precreate the sqlite database and include it in the apk? 2) Include the SQL ...
103
votes
9answers
61k views

Where can I browse Android source code on-line?

Particularly, where can I browse the source code for the contact application? Is the only way to go to download all there is?
98
votes
8answers
65k views

decompiling DEX into Java sourcecode

Are there any tools or recipes for turning Android DEX (VM bytecode) files into corresponding Java sourcecode?
94
votes
30answers
150k views

Good book for beginning android development [closed]

Hi guys Can somebody suggest the best book or online resource for beginning android apps development? Thanks
94
votes
5answers
54k views

Android - disable landscape mode?

How can I disable landscape mode for some of the views in my Android app?
92
votes
7answers
35k views

How to align views at the bottom of the screen?

Here's my layout code; <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" ...
91
votes
7answers
89k views

Android: How to get screen dimensions

I created some custom elements and I want to programatically place them to the upper right corner (n pixels from the top edge and m pixels from the right edge) therefore I need to get the screen width ...
88
votes
14answers
93k views

Android: Strange out of memory issue

I am not sure where to start to explain this one. I have a list view with a couple image buttons on each row. When you click the list row, it launches a new activity. If you review some of my other ...
87
votes
12answers
28k views

Android error: Failed to install *.apk on device *: timeout

I'm getting this error from time to time and don't know what causing this: When trying to run/debug an Android app on a real device (Galaxy Samsung S in my case) I'm getting the following error in the ...
87
votes
5answers
25k views

Scala Programming for Android

I have followed the tutorial at Scala and Android with Scala 2.7.3 final. The resulting Android App works but even the most basic application takes several minutes (!) to compile and needs 900 kb ...
85
votes
15answers
20k views

Any Good ORM tools for Android development?

Anyone working on the Android ('gPhone') have or know of a place where I can find a good ORM tool for it? The code is written in Java, and the DB is SQLite. What I would like to find is a tool that ...
84
votes
7answers
46k views

What is the simplest and most robust way to get the user's current location in Android?

The LocationManager API in android seems like it's a bit of a pain to use for an application that only needs an occasional and rough approximation of the user's location. The app I'm working on isn't ...
84
votes
6answers
67k views

How do I center text horizontally and vertical in a TextView in Android?

How do I center text horizontally and vertical in a TextView in Android? So that it appears exactly in the middle of the screen.
81
votes
8answers
3k views

Android Game Keeps Getting Hacked

So we've been through this several times now, we release a game (for cheap) and someone hacks it and puts it up on a mirror. We setup Google Alerts for all our apps, so we get told daily who's doing ...
78
votes
1answer
28k views

How to create a AVD for Android 4.0

Android 4.0 is now released. I have just updated my ADT plugin and downloaded the 4.0 SDK. But when I try to create a AVD for Android 4.0, Eclipse tells me 'Unable to find a 'userdata.img' file for ...
74
votes
9answers
36k views

Tutorials and libraries for OpenGL-ES games on Android

What tutorials and libraries are available which can help beginners to develop 2D and 3D games on Android using OpenGL-ES? I'm looking for tutorials which can help me learn OpenGL-ES, and I'm looking ...
74
votes
22answers
99k views

GUI Design Tools to mock up iPhone & Android applications [closed]

I am about to embark on developing a mobile application for both the iPhone and the Android based phone. I have most of my gui mock ups written down on a white board and some in my head. I need to ...
74
votes
8answers
39k views

How do I display the current value of an Android Preference in the Preference summary?

This must come up very often. When the user is editing preferences in an Android app, I'd like them to be able to see the currently set value of the preference in the Preference summary. Example: if ...
72
votes
10answers
15k views

Android adb “Unable to open sync connection!”

I can run and debug my Android app on my phone just fine, most of the time. Then, seemingly randomly, when I try to run or debug my app from Eclipse, the Console in Eclipse says: [2010-10-12 09:36:48 ...

1 2 3 4 5 2760