Top "Android-emulator" questions

An Android emulator is software which simulates the functionality of an Android device running the Android OS.

Why is the Android emulator so slow? How can we speed up the Android emulator?

I have got a 2.67  GHz Celeron processor, and 1.21  GB of RAM on a x86 Windows XP Professional machine. My understanding …

android performance android-emulator genymotion qemu
Emulator: ERROR: x86 emulation currently requires hardware acceleration

I tried to run my Hello World application in Android Studio. I got the following error: Emulator: ERROR: x86 emulation …

android android-emulator intel haxm
How to access data/data folder in Android device?

I am developing an app and I know my database *.db will appear in data/data/com.****.*** I can access …

android android-emulator android-sqlite adb
How to get the build/version number of your Android application?

I need to figure out how to get or make a build number for my Android application. I need the …

android android-emulator android-manifest
'App not Installed' Error on Android

I have a program working in the Android Emulator. Every now and again I have been creating a signed .apk …

android android-emulator
How do you install an APK file in the Android emulator?

I finally managed to obfuscate my Android application, now I want to test it by installing the APK file and …

android android-emulator installation apk
How to build an APK file in Eclipse?

When I develop the project using Eclipse, the APK file goes on the emulator. But I want to upload my …

android eclipse android-emulator apk android-install-apk
Set ImageView width and height programmatically?

How can I set an ImageView's width and height programmatically?

java android android-emulator android-widget
How do I launch the Android emulator from the command line?

I'm on Mac, working on Android development from the terminal. I have successfully created the HelloWorld project and now I'm …

android command-line android-emulator console console-application
How to connect android emulator to the internet

How can I connect my Android emulator to the internet, e.g. to use the browser? I've found lots of …

android-emulator