I've never declared a target sdk, I figure that's safer.
my android phone is version 10 so I can't increase my minimum or i'd be 
stuck with the increadibly slow emulator.
it took hours to get a screenshot off it for the tablet google play image. 
it will be some time before I can afford a version 11+ phone or i'd just 
change my minimum to 11 so I wouldn't have to worry about it. testing on 
the emulator takes literally hours for each run so i'll never be able to 
compare different  phones:minsdk:targetsdk:development skd permutations.

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.

Reply via email to