Question
AIR Android ignores minSdkVersion?
Hi,
I added android:minSdkVersion="14 to the manifest of my AIR built Android app to only allow Android 4+ devices but Google Play shows that my app only Requires Android 1.6 and up.
This is my manifest - what do I need to change to make ANdroid 4+ only?
<android> <manifestAdditions> <![CDATA[ <manifest android:installLocation="auto"><uses-sdk android:minSdkVersion="14" android:targetSdkVersion="21" /><uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="com.android.vending.BILLING" />
</manifest>]]></manifestAdditions> </android>
I used Adobe AIR SDK 17 and packaged the app through ADT command line.
Many thanks!
