We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
原生接口报错 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();
The text was updated successfully, but these errors were encountered:
升级升级依赖的版本,不知道行不行
Sorry, something went wrong.
No branches or pull requests
原生接口报错
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();
The text was updated successfully, but these errors were encountered: