Thank you very much.
I will add the documentation of this approach for xwalk library.
-Original Message-
From: Mark Koudritsky [mailto:kam...@google.com]
Sent: Monday, December 08, 2014 9:57 PM
To: dev@cordova.apache.org
Subject: Re: minSdkVersion conflict
If you you add this line to
If you you add this line to cordova project config.xml
It should set the same value in AndroidManifest.xml during prepare.
The code that deals with it is in
cordova-lib/src/cordova/metadata/android_parser.js
starting at line 259
On Mon, Dec 8, 2014 at 1:59 AM, Fu, Junwei wrote:
> Hi,
>
> The C
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_b