Top "Android-emulator" questions

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

How do I "shake" an Android device within the Android emulator to bring up the dev menu to debug my React Native app

I am working on a cross-platform React Native mobile app. I am writing console.log statements as I develop. I …

android android-emulator react-native
Emulate Samsung Galaxy Tab

I would like to test my application with new Samsung Galaxy Tab tablet. What parameter should I set in emulator …

android android-emulator tablet
Android Stop Emulator from Command Line

This question is identical to How to shut down Android emulator via command line. However, after attempting the suggested solution …

android android-emulator
Intel's HAXM equivalent for AMD on Windows OS

Is there any equivalent of Intel's HAXM for AMD (Windows OS) or has anybody been able to hack HAXM to …

android windows android-emulator virtualization genymotion
Android Emulator issues in new versions - The emulator process has terminated

After updating to Android Studio 2020.3.1 canary 15, when I try to run an emulator, it gets killed with this error: The …

android android-emulator avd android-studio-4.1 android-studio-4.2
Android emulator: could not get wglGetExtensionsStringARB error

I am getting this error in the android emulator logs since I updated the SDKManager and ADT: [2012-07-10 15:51:23 - …

android android-emulator android-2.2-froyo android-sdk-2.3
could not access the package manager. is the system running while installing android application

While installing the android application in the emulator I am getting the following error. Please help me to resolve this …

android android-emulator runtime-error
onPause() and onStop() in Activity

I am new to Android development and I am still not able to understand the onPause() and onStop() methods in …

android android-emulator onpause
Cannot launch AVD in emulator:QT library not found

I am new to Android Studio and I am having problems while using the emulator. When I try to run …

android qt android-studio android-emulator avd
How to save LogCat contents to file?

I've added debug strings (using Log.d()) and want to see them in context from the contents of logCat. The "…

android android-emulator eclipse-plugin android-logcat