also, thanks for pointing out K that this doesn't actually mean I have to use minsdk 11 like I assumed. i'll try just targeting for sdk 11 instead of not declaring a target at all. if it still works on my android 2.6.35.7 phone (version 10), i'll upload the target skd 11 declaration code.
On Monday, October 28, 2013 4:38:59 PM UTC-5, Kostya Vasilyev wrote: > Firebreather: > > 2013/10/29 firebreather <michaelir...@gmail.com <javascript:>>: > > i'm developing on version 14 with minsdk declared of 10 (recently up > from > > 8). > > [snip] > > > http://developer.android.com/distribute/googleplay/quality/tablet.html#android-versions > > > which has a long detailed list of 12 things needed for tablet support, > > including in Part 8; > > > > At a minimum, check the <uses-sdk> element to make sure that: > > > > targetSdkVersion is declared with value 11 or higher (14 or higher is > > recommended), OR > > minSdkVersion is declared with value 11 or higher. > > If a maxSdkVersion attribute is declared, it must have a value of 11 or > > higher. Note that, in general, the use of maxSdkVersion is not > recommended > > I take this to mean "at least one of": > > *either* targetSdkVerison >= 11 > *or* minSdkVersion >= 11 (which implies target >= 11) > > FWIW, an app of mine passed the "designed for tablets" checks (last > time I was uploading a release to Play: it just needed 10" screenshots > too). > > Oh, and as already stated by others: do test the hell out of your app > after changing the targetSdk. > > -- K > -- 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+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-developers?hl=en --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to android-developers+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.