Top "Emulation" questions

For questions about emulation and emulators, where a computer program is emulating (imitating) the behavior of another program or hardware device.

How to shut down Android emulator via command line

I am unable to stop the emulator from command prompt gracefully. I am using Linux Ubuntu 10.04 version (64-bit) and Android …

android ubuntu emulation avd qemu
Is there any emulator programming tutorial or guide?

Possible duplicate of How do Emulators Work and How are they Written? I want to program an emulator ( may be …

c++ c emulation nintendo
Intel HAXM on macOS high sierra (10.13)

Is there any way of using Android emulator on High Sierra (10.13)? When I run ./HAXM\ installation -u It says: HAXM …

android emulation intel
I cannot use camera in genymotion emulator

I am using genymotion emulator http://www.genymotion.com/ but when I opened the camera , I got message "cannot connect …

android emulation genymotion
Android Emulator: Unable to start webcam to capture picture in emulator

I have created an armeabi API 21 emulator in the AVD manager in Android Studio, set it to use the webcam …

java android android-studio emulation avd
Device identifier of Android emulator

I want to test in the emulator an app that depends of the device identifier (ANDROID_ID). I currently obtain …

android testing emulation identifier
Is there any way to emulate perfectly a OnePlus device?

I'm trying to debug a problem that seems to be happening only on OnePlus devices, unfortunately buying this device is …

android-studio android-emulator emulation cyanogenmod oneplusone
Getting started with Open NFC emulator

I would like to get started with developing NFC apps for android. I have started with android recently and I'm …

android emulation nfc open-nfc
OpenGL vs OpenGL ES 2.0 - Can an OpenGL Application Be Easily Ported?

I am working on a gaming framework of sorts, and am a newcomer to OpenGL. Most books seem to not …

opengl opengl-es emulation opengl-to-opengles
Android Multitouch - Possible to test in emulator?

I recently discovered that the Android 2.0 SDK supports multitouch through new functions in the MotionEvent class. You can specify a …

android android-emulator emulation multi-touch