If you change this:
<uses-sdk android:minSdkVersion="8" /> |
to something like this:
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="16" /> |
Then you will be better promoted by GooglePlay on tablets (as long as you add screenshots).
Coder, video game industry veteran (since the '80s, ❤'s assembler), arrested - never convicted hacker (in the '90s), dad of five, he/him (if that even matters!).
https://deluxepixel.com
Comments
Games: Android
Waiting for the promotion
Games: Android
great plz share the result if there is any change in downloads
I will
Likes: hgvyas123
Games: Android
Since most of the Mashballs users where tablet users, thus huge decrease in downloads.
So this is something new and was changed by Google lately. Also preparing an update
Likes: hgvyas123, SinisterSoft, MobAmuse
was this happening since last month as i wonder same thing happened with my game save the animal
Likes: hgvyas123
Likes: hgvyas123
https://deluxepixel.com
Likes: Rickyngk, SinisterSoft, MobAmuse
https://deluxepixel.com
http://android-developers.blogspot.com/2013/04/update-on-tablet-app-guidelines-and.html
http://android-developers.blogspot.com/2013/04/tablet-optimization-tips-in-google-play.html
Web: http://bromancelabs.com
How about "17"? (because currently Gideros is built by using Android 4.2.2 SDK = level 17)
Not targeting the latest versions of Android; compatibility modes apply. Consider testing and updating this version. Consult the android.os.Build.VERSION_CODES javadoc for details.
If I use 18 the message goes away. Is there a problem with using 18?