2013/10/29 firebreather <[email protected]>: > well it won't work on my version 10 phone with a version 11 target (no > compatible device error), so i'll have to leave it with no target declared.
It's possible to run a targetSdk >= 11 on an 2.* device. I do it every day :) A minSdk >= 11 would not run on a 2.* device. -- K > > On Monday, October 28, 2013 4:38:59 PM UTC-5, Kostya Vasilyev wrote: >> >> Firebreather: >> >> 2013/10/29 firebreather <[email protected]>: >> > 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 [email protected] > To unsubscribe from this group, send email to > [email protected] > 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 [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

