问题描述
我使用创建了多个模拟器
$ANDROID_HOME/emulator/emulator @emuone -no-boot-anim -no-window -no-audio 2>&1 &
$ANDROID_HOME/emulator/emulator @emutwo -no-boot-anim -no-window -no-audio 2>&1 &
$ANDROID_HOME/emulator/emulator @emuthree -no-boot-anim -no-window -no-audio 2>&1 &
$ANDROID_HOME/emulator/emulator @emufour -no-boot-anim -no-window -no-audio 2>&1 &
但它们具有相同的serialno
。
如何创建具有相同参数但具有不同serialno
的多个仿真器?
还使用了marathon上的question测试运行程序,我制作了marathon.serialno,但是经过测试的应用程序只能在一个设备上运行,而在其他设备上,我得到一个错误:
没有设备不支持的Google Play服务就无法运行
任何帮助我都会很高兴
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)