[
https://issues.apache.org/jira/browse/CB-10199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christian Gelinek closed CB-10199.
----------------------------------
Resolution: Not A Problem
Fix Version/s: 5.4.1
Even though the target API level in project.properties (22) does not match the
"minSdkVersion" entry in config.xml (19), the generated APK seems to run
successfully on an Android 4.4 device.
> Android SDK Version in config.xml doesn't propagate to project.properties
> -------------------------------------------------------------------------
>
> Key: CB-10199
> URL: https://issues.apache.org/jira/browse/CB-10199
> Project: Apache Cordova
> Issue Type: Bug
> Components: Android
> Environment: Xubuntu 14.04
> Reporter: Christian Gelinek
> Fix For: 5.4.1
>
>
> I couldn't find the versions I have in the entry form, here they are:
> {{cordova -v}}: 5.4.1
> {{[email protected]}}
> My config.xml file contains the following section:
> {noformat}
> <platform name="android">
> <preference name="android-minSdkVersion" value="19" />
> <preference name="android-targetSdkVersion" value="19" />
> <preference name="android-maxSdkVersion" value="19" />
> <allow-intent href="market:*" />
> </platform>
> {noformat}
> After running {{cordova platform add android}}, the
> _./platforms/android/AndroidManifest.xml_ file contains the line
> {{<uses-sdk android:maxSdkVersion="19" android:minSdkVersion="19"
> android:targetSdkVersion="19" />}}
> But the _./platforms/android/project.properties_ file still contains
> {{target=android-22}}.
> Therefore running e.g. {{cordova build android}} fails with the following
> message:
> {{ERROR: Error: Please install Android target: "android-22".}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]