1

我使用 Visual Studio Mobile Center 测试我的 Xamarin Forms Android 应用程序。这是我的步骤:

1.我安装了node.js

2.我安装了

 npm install -g mobile-center-cli 
  1. 我登录了移动中心
  2. 我运行命令

    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'

有任何想法吗?

4

1 回答 1

1

我解决了这个问题。我删除了 node.js 6.9.5 并安装了 node.js 7.5.0(最新版本)。这对我来说是工作。

于 2017-02-03T07:55:04.733 回答