[android-developers] Re: ERROR: Application requires API version 6. Device API version is 5 (Android 2.0)

2010-01-04 Thread Stefan Klumpp
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).

[android-developers] Re: ERROR: Application requires API version 6. Device API version is 5 (Android 2.0)

2010-01-04 Thread Lance Nanek
Is there anything else where I have to make the change API 4 - 3 other than the project properties? Yes, the uses-sdk element in AndroidManifest.xml: http://developer.android.com/intl/zh-TW/guide/topics/manifest/uses-sdk-element.html Changing the build target in the project properties doesn't

[android-developers] Re: ERROR: Application requires API version 6. Device API version is 5 (Android 2.0)

2010-01-04 Thread Stefan Klumpp
Thanks. That helped. On Jan 4, 3:07 pm, Lance Nanek lna...@gmail.com wrote: Is there anything else where I have to make the change API 4 - 3 other than the project properties? Yes, the uses-sdk element in

[android-developers] Re: ERROR: Application requires API version 6. Device API version is 5 (Android 2.0)

2009-12-07 Thread Dexter#39;s Brain
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