Speed ​​up Android emulator time

Is there a way to speed up Android emulator time? eg. 10x

I need this for testing purposes.

EDIT: I run my emulator on 4ghz with haxm and gpu emulation enabled, so the speed and smoothness of the emulator itself is not a problem. instead, id would like to know how I can make time in a virtual machine faster, literally, how to make minutes faster than real :). the fact is that I would like to simulate all day for my application.

+6
source share
7 answers

The closest I can think of you to do this, to change the date and time, for this you can run the date command on the phone. To do this, you will need to run the following command:

adb shell date -s "yyyymmdd. [[[hh] mm] ss]"

+2

, , , Android.

, , . , , .

, MVC, - .

Java, . Mockito, , -, , .

+1

. , . - , ( ). BlueStacks App Player .

0

, .

ARM. qemu, , VirtualBox VMWare, . . - ARM- > Intel. - , http://www.nuxeo.com/blog/development/2011/10/speeding-up-the-android-emulator/

0

Android,

  • x86 intel
  • , BlueStacks

" Android-" : http://devcircle.blogspot.com/2013/02/speeding-up-your-android-emulator.html

Hope this helps solve your problems.

-1
source

All Articles