On Sat, Jun 20, 2009 at 11:12 PM, BlackLight<[email protected]> 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 [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 -~----------~----~----~----~------~----~------~--~---

