I've a similar problem: [2010-01-04 13:44:18 - Tato]ERROR: Application requires API version 4. Device API version is 3 (Android 1.5). [2010-01-04 13:44:18 - Tato]Launch canceled!
I started my application with API version 4, but then changed it to API version 3 (via project properties -> Android). Eclipse doesn't give me any other errors other than that. Is there anything else where I have to make the change API 4 -> 3 other than the project properties? Thanks On Dec 7 2009, 11:54 am, "Dexter's Brain" <[email protected]> wrote: > Hi, > > Your project should be compiled(API Version) with atleast equal to the > Device API version. Else, you will not be able to install it. > > Suppose you have a device with version 4, then an apk to run on this > device, it can be 1,2,3,4 but not greater than 4. > > Just go to your project properties, and change the application API. > > Thanks, > Kumar Bibek > > http://tech-droid.blogspot.com -- 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

