Yes, you can. But what I've just realized is you can't build it with the API 3 toolset. You have to indicate in the project properties that you're targeting SDK 4, and then not call any SDK 4 APIs.
On Mar 3, 9:21 am, Neilz <[email protected]> wrote: > That isn't possible. The 'targetSdkVersion' and 'maxSdkVersion' > statements were introduced in level 4. > > All my apps state minSdkVersion as 3 (as I have a 1.5 phone and so do > lots of my users) so I cannot tell it to target a level 7 device. > > On Mar 3, 4:41 pm, Bob Kerns <[email protected]> wrote: > > > > > If your app works OK with API 7, then declare it as targeting API 7 > > (while keeping the minSDKversion at 3), and it won't operate in > > compatibility mode. -- 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

