android-uiautomator-server
android-uiautomator-server copied to clipboard
脚本运行过程中atx不断的重启,导致脚本无法正常运行
原生接口报错 https://github.com/openatx/android-uiautomator-server/blob/master/app/src/androidTest/java/com/github/uiautomator/stub/DeviceInfo.java#L51
如下3行安卓java代码: import androidx.test.uiautomator.UiDevice; UiDevice ud = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()); this._currentPackageName = ud.getCurrentPackageName();
升级升级依赖的版本,不知道行不行