android-emulator

remove old app icons from avd home screen

I have created several sample apps for an Android virtual device. I have deleted these apps from the Eclipse java perspective, but they remain on the Android avd home screen. How do I remove these app icons from the Android avd home screen? ...

Android HelloWorld IllegalArgumentException

I have seen this question answered but the answers do not apply to me. I am a beginner to Android and I am trying to run HelloWorld with the Eclipse Plug-in that I have downloaded Api's 7 (2.1) and 8 (2.2) and have created a virtual devices for each version. I am running eclipse in xp with 1.6.0_22-b04 (32bit) no 64 bit jre installed on...

Voice Recognition with android

Hi, im making an application on android that requires to capture the user´s voice and recognize it. I tryed to record the audio using this code: http://xhampa.pastebin.com/Yr2hie6q on android 2.1. I realized that the sound wasnt recorded in a good quality at all (like slow motion). Unfortunally, I dont have an android to test it out, so ...