[
https://issues.apache.org/jira/browse/CB-10199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15059069#comment-15059069
]
Christian Gelinek edited comment on CB-10199 at 12/15/15 11:19 PM:
-------------------------------------------------------------------
Am I right that this means I should _remove_ the max and target entries from
config.xml? And just set min entry to 19?
By the way, in my case it always defaults to android-22, not android-23 as you
expected.
was (Author: cgelinek_radlogic):
Am I right that this means I should _remove_ the max and target entries from
config.xml? And just set min entry to 19?
> 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
>
> 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]