#/bin/bash
nohup emulator -cpu-delay 0 -no-boot-anim -cache ./cache -avd TestDevice &
This enables (sort of) persistent caching of the Emulator (make sure -cache is set to a location that sticks around!), disables any CPU throttling and disables the boot animation.
No comments:
Post a Comment