Hey guys,
What does this warning mean?
my manifest, do I have to change SdkVersion14 for SdkVersion21?:
https://developer.android.com/about/dashboards/index.html
thanks
What does this warning mean?
Warnings
You uploaded an APK that uses Google Play services version 11020000. This will only work with Android API levels of 9 and above. It is discouraged to use this Google Play services version unless you have set the minSdkVersion in your manifest to 9 or higher.
my manifest, do I have to change SdkVersion14 for SdkVersion21?:
AddManifestText(
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="14"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
https://developer.android.com/about/dashboards/index.html
thanks