Is there a way to make the android emulator time go faster? eg. 10x.
I need this for testing purposes.
EDIT: i run my emulator on 4ghz with haxm and gpu emulation enabled, so the speed nor smoothness of the emulator itself is not of a problem. instead, id like to know, how can i make the time in the virtual machine going faster, literally, how to make the minutes passing faster than real :). the thing is i would like to simulate whole day for my app.
Android Emulator runs slowly after an update If your machine has both an Intel HD 4000 GPU and a discrete GPU, disable the Intel HD 4000 GPU in Device Manager to ensure you are using the discrete GPU. Try running the emulator using the -gpu angle , -gpu swiftshader , or -gpu guest modes.
Google emulator uses ARM opcode, a kind of machine language. It must convert from ARM opcode to Intel opcode. That's why it's slow. The problem seems not to be RAM but CPU.
The closest i can think of for you to do this is to change the date and time, to do this you can run the date command on the phone. To do this you will have to run the following command:
adb shell date -s "yyyymmdd.[[[hh]mm]ss]"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With