我正在尝试使用SauceLabs运行Cordova Appium Android Nightwatch测试。我正在使用android-armv7-release-unsigned.apk
。这是我想要的能力配置
appiumVersion: '1.5.3',
deviceName: 'Samsung Galaxy S4 Emulator',
platformVersion: '4.4',
platformName: 'Android',
deviceOrientation: 'portrait',
app:'sauce-storage:android-armv7-release-unsigned.apk'
browserName:'',
当应用尝试启动时,我看到以下错误。
Mismatch of CPU Architecture The Crosswalk
Project Service must be updated to match the CPU architecture of the
device. Please install it from the app store, then restart mfg.
我在cordova-plugin-crosswalk-webview@1.7.0
中加入了cordova.conf.js
。我已尝试将插件升级到1.8.0
,但我仍然遇到同样的问题。
我尝试了很多设备+版本组合的变体。
任何帮助都会很棒。谢谢!