Hi, The Cordova project minSdkVersion is 10, the xwalk library is 14, it will show the following error when compile with Gradle.
> ./test/AndroidManifest.xml:0:0 Error: > uses-sdk:minSdkVersion 10 cannot be smaller than version 14 > declared in library org.xwalk:xwalk_core_library_beta:9.38.208.4 > :processArmv7DebugManifest FAILED I found a workaround from https://gist.github.com/goldierox/9533466, it replace the minSdkVersion by Gradle task. Is it an good approach to solute this issue, Do you have better approach? Thanks, Junwei.