-
Android emulator hacks代码
资源介绍
DEPRECATED
Please use https://github.com/linkedin/test-butler instead
android_emulator_hacks
We run android espresso instrumentation tests on bamboo. This worked extremely randomly due to a few issues that we've tried to solve with this app.
Emulator startup:
We start the emulators on our build server with these arguments:
emulator -avd AVDNAME -no-window -no-audio -sdcard sdcard.img -qemu
We wait for the devices to be booted (right now we check shell getprop init.svc.bootanim, which is suboptim