如何更改ANDROID仿真器UUID?

时间:2017-09-25 12:32:52

标签: android adb appium

对于App测试项目,我需要在运行时更改Android UUID。

条件:这应该在不安装任何外部APK的情况下完成。

首选:按命令行更改UUID。与PatientCSV foundPatient = null; for (Object patObj : patList) { PatientCSV pat = (PatientCSV) patObj; if(((PatientCSV) patObj).getPatID().equals(sID)){ foundPatient = pat; } } if (foundPatient == null) { foundPatient = new PatientCSV(); foundPatient.setPatID(sID); foundPatient.setPseudoID(pseudoID); patList.add(foundPatient); /*Find a way to import it to the CSV*/ bc.write(foundPatient); writer.close(); } return foundPatient.getPseudoID();

一样

我无法在Google上找到我的问题的答案。

此致

沮丧

1 个答案:

答案 0 :(得分:1)

只需重新启动模拟器设备即可更改其UUID

OR

取消选中启用ADB集成,方法是转到工具 - > Android - >启用ADB Integratio n并再次检查