When uploading an up with the following (which Google Play accepted):
-----------------------------------
AddManifestText(
<uses-sdk android:minSdkVersion="4" />
android:targetSdkVersion="19"
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
-------------------------
==>Why does Slideme insist that the Manifest MUST have android:minSdkVersion defined ?
=======================
I also tried uncommenting or adding both in the same instruction:
AddManifestText(
<uses-sdk android:minSdkVersion="4"/>
'android:targetSdkVersion="14"
'<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
==>However Slideme still insists that the Manifest MUST have the android:minSdkVersion defined... ?
-Any help would be very appreciated.
Thank you Erlr, this did not work either, so I am thinking their system is totally Flawed, since Google accepted the APK more than once, without ever complaining.
Thank you somed3v3loper.
Unfortunately removing the minSDK version and using the targetSDK version paramaeter instead with the same minimum version, did not make it work.
Tried a few other combinations in case my Minimum was too low for 'slideme' but no, still searching...