[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). 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#39;s Brain coomar@gmail.com
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 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: 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
automatically update this.

On Jan 4, 7:47 am, Stefan Klumpp stefan.klu...@gmail.com wrote:
 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#39;s Brain coomar@gmail.com
 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 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: 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 
 AndroidManifest.xml:http://developer.android.com/intl/zh-TW/guide/topics/manifest/uses-sd...

 Changing the build target in the project properties doesn't
 automatically update this.

 On Jan 4, 7:47 am, Stefan Klumpp stefan.klu...@gmail.com wrote:

  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#39;s Brain coomar@gmail.com
  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 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: 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 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 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