【发布时间】:2016-05-13 15:26:55
【问题描述】:
cordova-plugin-crosswalk-webview 似乎是开箱即用的。在 OSX 上使用 cordova 5.1.1 和 6.1.1 进行测试。
Crosswalk Could not resolve all dependencies for configuration ':_armv7DebugCompile' 和 Could not resolve all dependencies for configuration ':_armv7DebugCompile' 的解决方案没有奏效。
JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home
null
org.xwalk:xwalk_core_library_beta:18+
Download https://download.01.org/crosswalk/releases/crosswalk/android/maven2/org/xwalk/xwalk_core_library_beta/18.48.477.13/xwalk_core_library_beta-18.48.477.13.pom
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> Could not resolve all dependencies for configuration ':_armv7DebugCompile'.
> Could not resolve org.xwalk:xwalk_core_library_beta:18+.
Required by:
:android:unspecified
> Failed to move file '/private/var/folders/jr/3q77kjzd3yqfw_cllng_7c8c0000gn/T/gradle_download7281456311478481267bin'
- 我检查了例如以下:
Android Support Repository andGoogle Repositoryand evenLocal Maven repository for Support` 是 已安装 - 不能使用cordova 5.1.?和 6.1.1 和各种版本的 人行横道
-
PATH和ANDROID_HOME已设置
我错过了什么?
【问题讨论】: