在安装crosswalk之后build不成功,错误信息:Could not resolve all dependencies for configuration ':_armv7DebugApkCopy'.    > Could not resolve..

Failed to list versions for org.xwalk:xwalk_core_library.

参考:https://stackoverflow.com/questions/36654990/error-building-xwalk-with-cordova-android

Here's the quote from the post:

"This can solve the issue for latest crosswalk version.

Open platforms\android\cordova-plugin-crosswalk-webview\eqp-xwalk.gradle

change this:

dependencies {
    xwalkSpec
}

to this one:

dependencies {
   compile 'org.xwalk:xwalk_core_library:23.53.589.4' //xwalkSpec
}
CrossWalk is discontinued, so you can left this and avoid future checks."
GitHub 加速计划 / de / Dependencies
39
1
下载
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
最近提交(Master分支:2 个月前 )
1997a400 - 3 年前
2f423539 - 3 年前
Logo

新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐