[android-developers] Google Play Store warning about fewer devices supported by updated APK
In the latest version of my app, I updated the manifest file to include support for ICS version. When activating the APK file, I got a warning (that I apparently ignored) about newest version supports fewer devices than previous version. Later that day I saw couple of posts in forums where user saying that they are getting APP incompatible with their device messages. The current info in manifest looks like this:
<uses-sdk
android:maxSdkVersion="15"
android:minSdkVersion="7"
android:targetSdkVersion="14"/>
The previous version in manifest had following info
<uses-sdk
android:maxSdkVersion="14"
android:minSdkVersion="7" />
I used targetSDK as 14 to enable action bar. In the PLAY store the app shows "requires android 2.1 and up"
Any idea why this would lead to fewer device support though the maxSDK is 15 instead of 14? Any help will be highly appreciated.
Thanks!!
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home