Thx for the answer, but what if I use SDK 1.6 but target is set to
1.5?

On 30 Lis, 07:25, jeffro <[email protected]> wrote:
> You'll need to specify which screen sized you support in your manifest
> file if you use SDK1.6.
>
> <supports-screens
>           android:largeScreens="true"
>           android:normalScreens="true"
>           android:smallScreens="true"
>           android:anyDensity="true" />
>
> Read more here:http://d.android.com/guide/practices/screens_support.html
>
> Jeffhttp://www.trackaroo.com
>
> On Nov 29, 2:48 am, Donald_W <[email protected]> wrote:
>
> > Hello, I would like to ask what settings are necessary for my
> > application to be available on all screen sizes:
> > Is it enough to compile it using SDK 1.6 (but target is set to 1.5 and
> > API level to 3) or maybe I have to set target to 1.6 and API level to
> > 4?

-- 
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

Reply via email to