Re: [android-developers] Re: make application should support all versions and screens

2010-07-21 Thread TreKing
On Tue, Jul 20, 2010 at 3:31 PM, Joseph Earl wrote: > In order to best support Android 1.5 and above (including large > screens) you should compile one version with: > > > > for Android 1.5 and one version with > > > > for Android 1.6 and above. > No need to bother with multiple app versions fo

[android-developers] Re: make application should support all versions and screens

2010-07-20 Thread Joseph Earl
The target SDK version is not supported prior to API level 3 (Android 1.5). Also Android 1.5 only supports one screen size and resolution. In order to best support Android 1.5 and above (including large screens) you should compile one version with: for Android 1.5 and one version with for An