Hi there,
I am new here and compiled my first app. My phone tells me, that my app was developed for older versions of android.
How do I get rid of this message ?
The manifest looks like this:
AddManifestText(
<uses-sdk android:minSdkVersion="4" />
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
The app should run from Android version 5, if possible without this ugly message.
Can someone please help me ?
Thank you very much
I am new here and compiled my first app. My phone tells me, that my app was developed for older versions of android.
How do I get rid of this message ?
The manifest looks like this:
AddManifestText(
<uses-sdk android:minSdkVersion="4" />
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.
The app should run from Android version 5, if possible without this ugly message.
Can someone please help me ?
Thank you very much