我有一个可以在UITest上使用的AppCenter,但是我收到的错误消息测试块失败了。
\ Preparing tests... Test chunking failed: Format of the executable (.exe) or library (.dll) is invalid.
appcenter test run uitest --app "NCCN/Reimbursement-Android" --devices d1c9f63e --debug --app-path "PathToAPK.apk" --test-series "master" --locale "en_US" --build-dir "PathToReleaseFoler"发布于 2021-02-15 22:30:56
也许你的问题是--build-dir有很多不必要的文件。尝试将其指向仅包含所需文件的文件夹,例如,在我的示例中:
我自己的项目dll/s
就这些,效果很好。
https://stackoverflow.com/questions/58436216
复制相似问题