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.
32
votes
15answers
44k 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 ...
13
votes
3answers
1k views
Reading multiple NFC tags simultaneously in Android
The new 2.3.3 SDK includes improved NFC support, and I'd like to write an app that relies on this. Ultimately, I'd like to be able to read data from multiple tags that enter the field simultaneously, ...
11
votes
6answers
3k views
Gingerbread emulator instance is much more sluggish than Froyo and below. Why?
I'm not sure if anyone else noticed it, but the Gingerbread emulator runs like a dog, with both scrolling, navigating, interaction - all taking much longer and being much choppier. I even got an ANR ...
11
votes
2answers
5k views
Upgraded to SDK 2.3 - now no emulators have connectivity
I've upgraded from 2.2 to 2.3. I originally thought that I had just a problem with my own Google maps application not working and posted a question link text
I now realise that the problem is much ...
7
votes
11answers
9k 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 ...
6
votes
3answers
750 views
Android 2.3 emulator orientation changes
I ran into a bit of a problem, which I think is related to the emulator itself. I have put this code right at the top of my onCreate method in one of my activities:
Log.d(Const.TAG, "onCreate ...
6
votes
3answers
950 views
why does the gingerbread emulator orientation gets stuck in apps?
At first I thought this was a problem with my app, but it seems to be happening in any app (though interestingly, not the home screen) in the gingerbread emulator.
To replicate my issue, open eclipse ...
5
votes
3answers
1k views
Starting an activity from a service after HOME button pressed without the 5 seconds delay
I'm experiencing the problem described in this Android issue:
http://code.google.com/p/android/issues/detail?id=4536
Simply put, after pressing the HOME button, android prevents services and ...
5
votes
2answers
2k views
Android 2.3 Visualizer - Trouble understanding getFft()
First time here so sorry in advance for any butchered formatting.
So I am completely new to DSP so I have only a very general understanding of the Fourier Transform. I am trying to build a visualizer ...
5
votes
2answers
9k views
DDMS throwing ADB error since SDK API 9 upgrade
I upgraded to Gingerbreak 2.3 SDK today and started receiving this error when I try to run DDMS:
Failed to get adb version: Cannot run program "adb": CreateProcess error=2, The system cannot find ...
4
votes
1answer
144 views
How do I download Rev. 9 Third-Party add-ons?
The Rev 9 add-ons site URL in SDK Manager is no longer valid.
The only way out (that I found so far) is to accept the forced upgrade to Rev 15 SDK Tools.
But, for various reasons, I do not wish to ...
4
votes
3answers
2k views
Correct install of Android SDK, ADT with Eclipse 3.6.1
Following the posted instructions for Eclipse 3.6.1 Classic and Android SDK, ADT (where OS 2.3 is the most current) misses a few steps. Everything seems to work up until the point of loading the ADT ...
4
votes
3answers
426 views
Upgraded to 2.3, now ant builds don't include the jars in my libs directory
I've been doing all my builds using ant on the command line (Ubuntu 10.04). I loaded up the 2.3 SDK and made the necessary path changed (platform-tools). Now my builds don't include the jars in my ...
3
votes
1answer
103 views
Is there a way to record calls in android?
Is there a way to write an app which records phone calls in android via android-sdk?
so that you can store phonecalls as .wav or something else?
I like to write something like a dictaphone.
Do you ...
3
votes
2answers
2k views
What are the “paused” values in GC_CONCURRENT log messages?
I'm trying to explore the behavior of the new concurrent garbage collector in GingerBread (2.3).
Could someone please explain these example log lines in details (especially the "paused" parts of ...
3
votes
3answers
929 views
Working with the Android shell under Linux
I recently upgraded to the new Android SDK and I noticed something very very bothering. It seems it is no more possible to use the command history in the shell. Are you noticing the same? The Android ...
3
votes
2answers
1k views
Problem with Hindi keyboard on Android 2.3 emulator
I have selected some of the languages (like Hindi, English(India), English(United Kingdom) etc.) from Input languages option in Android keyboard settings in my emulator (Android 2.3 API). But the ...
3
votes
3answers
950 views
Definition of DEVELOPER_MODE for StrictMode
I'm anxiously awaiting the opensource release of StrictMode for continuation of our platform development. The sample in the blog at ...
3
votes
3answers
477 views
Problem running applications on Android 2.0 compiled on Android SDK 2.3
There seems to be a breaking change in SDK 2.3 that causes applications compiled on it to fail to work on Android 2.0 devices. (Although Android 2.0 is officially gone, I'm unfortunately stuck with a ...
2
votes
2answers
131 views
Error parsing XML: no element found
First off forgive me if I posted this question wrong. I've used stackoverflow for many problems but this is the first time I couldnt already find an answer to my problem. So, if I'm doing something ...
2
votes
0answers
65 views
ANDROID - Error opening emulator version 4.0
When I open the emulator with the 4.0 version it gives the following error:
com.android.ddmlib.SyncException: Not a directory
Has anyone had this error and know how to tb?
2
votes
1answer
61 views
Android Screenshot in PHP
Is it possible to take a screenshot of my Android device using PHP?
I suppose that I need to take a screenshot using adb (exec an adb command) and then display the result in my PHP code?
Have ...
2
votes
1answer
69 views
Getting contacts location from graph api in Android
I am working on an android application in which I am using facebook open graph api to get the friends list. Its easy to get the friend's list, but what if I want the location of my friend through ...
2
votes
0answers
308 views
My app working on android 2.2 and android 2.3.3 emulators but not on my phone galaxy s android 2.3.5 / Read facebook,twitter contacts?
i have a problem with my app ,
In egypt they are going to add extra digit to mobile numbers to expand , so i made an app to modify the existing numbers to the new one.
So basically i read all ...
2
votes
1answer
1k views
Bad Spectrum from Android's FFT-Output (Visualiser)?
I have some Kind of Question about FFT (Actually I believe it's more about Androids FFT-Output from Visualizer.getFFT()).
I have created a Music-Player with own Library function for Android including ...
2
votes
2answers
1k views
Android: Acessing front facing camera for Android 2.3
There really seems to be no information on how to acess the front facing camera on android phones (gingerbread).
Could someone please point me to a page or post that explains how it's done?
Thanks!
2
votes
2answers
1k views
Android 2.3 emulator crashed after a requestLocationUpdates call
On older versions (<2.3) there was no problem with this app. When I start the application on an Android 2.3 emulator it starts with a 'home screen' then I send the GPS coordinates. After sending ...
2
votes
2answers
1k views
Trying to update to Android SDK 2.3 on Eclipse causes adb loss
Today, i tried to update the Android tools i use on Eclipse to version 8.0 and the Android SDK to version 2.3. This caused a loss of adb from tools directory. I managed to retrieve it again and put it ...
1
vote
1answer
57 views
Android adb over Wifi install apk
I have been using ADB on the command line to install apk's via USB. Now I have succesfully connected via Wifi. I am able to install apps.
./adb.exe connect 192.168.2.143
connected to ...
1
vote
1answer
75 views
checkBox.setOnCheckedChangeListener call crashes app?
I have this simple code but I can't figure for the life of me why it crashes the app.
package com.leonnears.android.andAnother;
import android.app.Activity;
import android.os.Bundle;
import ...
1
vote
2answers
220 views
android build errer: BEGIN failed--compilation aborted at external/webkit/WebCore/dom/make_names.pl line 38
I get an android build error, when I compile android 2.3.4 with fedora 16. (compiling android 2.2.1 on the same machine works perfectly.)
error message:
(..)
Install: ...
1
vote
3answers
305 views
How do I build the Android SDK with hidden and internal APIs available?
I want to rebuild the Android SDK (or rather only the android.jar) to include hidden and internal APIs.
I could not find any documentation or discussion doing on how to go about this. I have an ...
1
vote
3answers
250 views
Download android 2.3.4 API
I need to download Android api 2.3.4.
But when I start Android Sdk manager, It shows me all the api options to download except Android 2.3.4.
Does anyone has idea how can i download android 2.3.4?
...
1
vote
1answer
107 views
How to render video and audio
I am trying to implement my own media player. What is the best way to render video and audio? At this point I am thinking to use SurfaceView and AudioTrack classes, but not sure if it is the best ...
1
vote
4answers
102 views
Android SDK and Eclipse
I had my Eclipse and SDK set up. I just updated my SDK to the latest version with the latest platforms. When i try to run the AVD from ECLIPSE i get the following error message
When i go to ...
1
vote
1answer
103 views
why does getCheckedItemPositions() return null when there are more than 7 items in a multiple choice list?
I am starting to learn Android Development and I had a question about multiple choice lists. I have a list in my layout with about 20 items with an ArrayAdapter wrapped around a string array. When I ...
1
vote
2answers
490 views
Android DatePickerDialog - fails with IllegalArgumentException
Something odd that's happening on my Android emulator (Code and emulator run on API Level 10 - being Android 2.3.3): The current date on my emu is 22.08.2011 - if I initialize the DatePickerDialog ...
1
vote
0answers
166 views
Gingerbread power management for services
According to http://developer.android.com/sdk/android-2.3-highlights.html there are now circumstances other than low system memory that can result in background services being killed:
The Android ...
1
vote
1answer
236 views
Android Tabs - Navigation between tabs causing memory leak
I finished an application recently and began profiling it for CPU & Memory usage and came across a memory leak:
In a simple 3 tab application where each tab has a distinct function, I have a ...
1
vote
2answers
188 views
Does anyone know how to handle widget's “Long Click” event on home screen?
I want to implement long click ON one widget on home screen which leads to display a menu .
Is there any way in Android where we can handle the click events on Widgets present in Home screen of ...
1
vote
3answers
248 views
Why is the android sdk failing to install?
I am setting up my android development environment using these instructions:
http://developer.android.com/sdk/installing.html
When I get to step 4, and type 'android' I get the following error:
...
1
vote
3answers
451 views
What Android SDK should I use right now?
I'm a CS student and with my team we're going to realize an android application for our Software Engineering course. We're not Android developers and we using this opportunity to learn how to do it.
...
1
vote
1answer
812 views
Problem to run SIP demo Android platform 2.3 on AVD's
Android 2.3 platform contains a SIP demo project. I wanna test this project on two AVD's, not on real Andorid devices. I really don't know how to proceed, I really appriciate your reply as I am new to ...
1
vote
1answer
410 views
Android Gingerbread keyboard
I want to extend Android 2.3 Keyboard(LatinIme). I get source code from http://android.git.kernel.org/?p=platform/packages/inputmethods/LatinIME.git;a=summary
After fixing some errors(missed classes) ...
1
vote
2answers
769 views
Android 2.3 problem with EditText onKeyListener
I have an app made for the 1.6 version, and it works great till 2.2. Now I am making some updates and realize that onKeyListener won't work on 2.3, on previous versions is good. Check this
...
1
vote
2answers
677 views
Why does my app not work on Android 2.3?
just a quick question about Android 2.3.
I've been receiving reports from people using my app that it crashes on startup in Android 2.3. It works absolutely fine on the other SDK versions as far as I ...
1
vote
2answers
2k views
Error Loading SDK 9 Sample App
Specifically, loading the tictactoemain sample.
I get the following error:
[2010-12-27 19:48:35 - com.android.ide.eclipse.adt.internal.project.AndroidManifestHelper] Unable to read D:\Program ...
1
vote
0answers
374 views
Android SensorManager.registerListener for accelerometer returns FALSE with SDK 2.3 when emulating
In order to migrate my application to a tablet form-factor (xlarge screen), I was forced to move to Android SDK 2.3 (gingerbread). The application compiles without warnings with the new SDK. When I ...
1
vote
1answer
834 views
Nexus S sensor events — have any one got their hands on?
Has anyone tried testing SensorEvents on Nexus S with gingerbread 2.3
What all SensorEvents does it support ?
Specifically I am looking for these :
Sensor.TYPE_GRAVITY
...
1
vote
1answer
147 views
Android: I have problem with SDK after upgrade of that
today I upgrade my SDK 2.2 to 2.3. every thing was OK with 2.2 but after upgrading to 2.3 adb.exe couldn't find by the android.
What should I do?
Thanks