Tagged Questions
294
votes
26answers
114k 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 ...
17
votes
5answers
13k views
Speed up Android emulator
I read on many other topics that the Android emulator starts really slow. Indeed, it takes +15 mins to start. However, on my machine is slow even after that.
The 'phone' responds with a 3-4 seconds ...
11
votes
5answers
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? ...
10
votes
1answer
5k views
Changing the Android emulator locale automatically
For automated testing (using Hudson) I have a script that generates a bunch of emulators for many combinations of Android OS version, screen resolution, screen density and language.
This works fine, ...
8
votes
1answer
1k views
Android SDK 14 - Can't Create GTV device
I'm a Google TV developer, and today, shortly after the android sdk 14 was released, I updated everything, from the android sdk to the eclipse ADT. Since then, I can't create a Google TV virtual ...
6
votes
2answers
451 views
Android emulator sound - ubuntu
Using Ubuntu 10.04 64 bits for Android development and everything goes well except sound.
I've using -audio option and -audio-out one with alsa as backend parameter, but without luck.
¿Any idea?
2
votes
1answer
1k views
how mount userdata.img or userdata-qemu.img in osx
Disk Utility in OSX easily mounts an SD Card image as a device, but not so the other img files.
I want to get the database I just created in the Android Emulator off the drive and into my osx file ...
2
votes
1answer
3k views
Compile Android image
I want to start playing around with Android. Downloaded the sources and followed the instructions from the download page
Made a plain generic build:
============================================
...
1
vote
0answers
294 views
Emulator not starting up
Latest download of everything running on Vista.
I had everything working, emulation working, etc., but at some point it stopped and I had not messed with the SDK or anything, still slogging thru the ...
1
vote
1answer
193 views
Create my own disk for Android emulator
I need to work on the internals of android, especially create and test new kernel modules, native libraries and native application. Thus I need to create my own android disk image to use on android ...
0
votes
0answers
38 views
Android emulator qemu fatal error
I have downloaded android emulator source code and built it.
I was trying to run the emulator and I got this error
emulator: sent '0012host:emulator:5555' to ADB server
emulator: ping program: ...
0
votes
3answers
324 views
Android emulator never loads in Ubuntu 11
I've posted a similar question with a similar problem but on windows XP. So i installed ubuntu 11 and this>
sun-jdk 6, sun-jre 6, eclipse galileo, adt plugin and the android sdk.
Not even the 1.5 ...
0
votes
5answers
975 views
Recording in android giving expections
When I am trying to record an audio through the emulator using following code
AudioRecord recordInstance = new AudioRecord(
MediaRecorder.AudioSource.MIC, this.getFrequency(), this
...
0
votes
1answer
719 views
Is it possible to gain root and/or install BusyBox on the Android Emulator?
It'd be nice to have the "Swiss Army knife" of BusyBox on my emulator. It would also be nice to have full root access. Does anyone have any experience doing this? I'm not familiar with qemu; is ...
0
votes
1answer
217 views
Android: how Linux interacts with host devices?
How the Linux drivers interact with the host devices through the Android Emulator? I mean for instance how a virtual sound device driver, compiled for ARM and running inside of the Emulator ...