我使用 Visual Studio Mobile Center 测试我的 Xamarin Forms Android 应用程序。这是我的步骤:
1.我安装了node.js
2.我安装了
npm install -g mobile-center-cli
- 我登录了移动中心
我运行命令
mobile-center test run uitest --app ...
并得到错误:
Preparing tests... done.
Validating arguments... done.
Creating new test run... done.
Validating application file... done.
Uploading application file... failed.
Command failed, EPERM: operation not permitted, unlink 'C:\Users\MyUser\AppData\Local\Temp\mobile-center-upload11713-4444
2-1xbddnw.571q7ojdddmi\apps\com.my.package-Signed_resigned.apk'
有任何想法吗?