[android-developers] Re: minSdkVersion and real devices

2009-06-21 Thread Raphael

On Sat, Jun 20, 2009 at 11:12 PM, BlackLightblacklight1...@gmail.com wrote:

 Hello.

 I have a game that uses simple gui. I can lunch it on any emulator and
 on my device. I'm setting minSdkVersion in xml to 1. If I will
 publish my paid app on market, will devices with ver1.5 be able to
 download and lunch my app? Emulators work fine, game doesn't use any
 system features.

Yes they will.
But if you put version=1 then please be sure to use the SDK for 1.0.

In other words: please put minSdkVersion to the value matching the
*actual* SDK you are developing with: 1.1 is version 2 and 1.5 is
version 3. You can create AVDs/emulators for these versions.

R/

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



[android-developers] Re: minSdkVersion and real devices

2009-06-21 Thread BlackLight

Thanks.

I'm using 1.5_r2. It allows to select only between 1.1 and 1.5. Before
1.5_r2 I used 1.0_r1 (updated several weeks ago) and I have phone with
os 1.0.

 Yes they will.
 But if you put version=1 then please be sure to use the SDK for 1.0.

 In other words: please put minSdkVersion to the value matching the
 *actual* SDK you are developing with: 1.1 is version 2 and 1.5 is
 version 3. You can create AVDs/emulators for these versions.

It means that I must set version to 2 even I don't use any new
features (just bc I upgraded sdk to 1.5_r2)? I'd like to allow to run
my app on any phone (1.0, 1.1, 1.5) from market. Please, reply.
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: minSdkVersion and real devices

2009-06-21 Thread Raphael

On Sun, Jun 21, 2009 at 1:51 AM, BlackLightblacklight1...@gmail.com wrote:

 Thanks.

 I'm using 1.5_r2. It allows to select only between 1.1 and 1.5. Before
 1.5_r2 I used 1.0_r1 (updated several weeks ago) and I have phone with
 os 1.0.

 Yes they will.
 But if you put version=1 then please be sure to use the SDK for 1.0.

 In other words: please put minSdkVersion to the value matching the
 *actual* SDK you are developing with: 1.1 is version 2 and 1.5 is
 version 3. You can create AVDs/emulators for these versions.

 It means that I must set version to 2 even I don't use any new
 features (just bc I upgraded sdk to 1.5_r2)? I'd like to allow to run
 my app on any phone (1.0, 1.1, 1.5) from market. Please, reply.

I just meant that you should check for yourself that your app works on
a device or emulator running with version 1 before advertising your
app as such. There is no policy to enforce that, it's just common
sense. You can use either your 1.0 device or the emulator from 1.0_r1
to do that.

R/


 


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