登录 注册
当前位置:主页 > 资源下载 > 10 > Android emulator hacks代码

Android emulator hacks代码

  • 更新:2024-11-03 12:32:56
  • 大小:69KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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