Showing posts with label android-emulator. Show all posts
Showing posts with label android-emulator. Show all posts

Monday, June 4, 2012

Why is my Android emulator keyboard in Chinese character mode?


I'm debugging my Android application using the AVD (Android Virtual Device). When I try to enter text in a text field, my characters are being interpreted as Chinese in the IME.

Tuesday, May 29, 2012

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

Thursday, May 24, 2012

Slow Android emulator


I have a 2.67 GHz Celeron processor, 1.21 GB of RAM on a x86 Windows XP Professional machine. My understanding is that the Android emulator should start fairly quickly on such a machine, but for me it does not. I have followed all instructions in setting up the IDE, SDKs, JDKs and such and have had some success in staring the emulator quickly but is very particulary. How can I, if possible, fix this problem?

Tuesday, May 8, 2012

Friday, April 27, 2012

Activating Network Location Provider in the Android Emulator?


Is it possible to activate the network location provider on the android emulator? Maybe with a fake cellid?

Android - Emulator internet access


I've been using this method to gain access to internet from my Android emulator emulator -http-proxy <<proxy-name>> -avd <<avd_name>>

Tuesday, April 17, 2012

How can I install adobe flash on the android emulator


I want to use Adobe Flash in the development of Android applications. But how do I install flash on the emulator so that I can test my software with flash?

Monday, April 16, 2012

Java unknown host exception


I am trying to access textalertapp.com via HTTP Post request from my android application. But I am getting Unknown host error. Can anybody help me solve this issue.

how do you save android emulator snapshot?


An update to the Android development tools was just released enabling you to save-to and restore-from an emulator snapshot. Does anyone know how to use this feature? This would greatly reduce the emulator's load time! But I can't find a way to tell the emulator to do so. Thanks.

Tuesday, April 10, 2012

Java unknown host exception


I am trying to access textalertapp.com via HTTP Post request from my android application. But I am getting Unknown host error. Can anybody help me solve this issue.

Wednesday, January 18, 2012

image won"t show in tableView


I'm creating a tableView in appcelerator (Android) and I want to add an image to it. This is just a test because I also had some problems with it in my project and I wanted to try it out first somewhere else so I wouldn't ruin my whole project.