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

Jeff
http://www.trackaroo.com

On Nov 29, 2:48 am, Donald_W <wojcik.to...@gmail.com> 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 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

Reply via email to