Christian Gelinek created CB-10199:
--------------------------------------

             Summary: 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]

Reply via email to