This is because your manifest says minSdkVersion=6 but your droid is still running 2.0 with api 5.
Until all droids have received 2.0.1 you should keep minSdkVersion to 5. Xav On Sat, Dec 5, 2009 at 9:17 AM, George Scott <[email protected]> wrote: > My development system: Windows 7 64-bit, 4GB RAM, 2.1 Dual Core > notebook > > Eclipse development issue: > > I've updated the needed bits for Android development with Eclipse for > Java. However, I do not choose to use the emulator, I prefer testing > on my Droid mobile phone. > > When I try to "Run" my application in the Eclipse IDE it shows an > error of "ERROR: Application requires API version 6. Device API > version is 5 (Android 2.0)" > > Also in the Android Device Chooser dialog there is a red "X" in the > Target column. > > Is this something to do with the USB drivers? If so, I've already > tried pointing the Device Manager applet to pickup any new drivers > from "C:\android-sdk-windows\usb_driver" on my system, where they > reside. > > Further ideas are welcomed and would be most appreciated. I'm a new > developer and am really looking forward to the possibilities with the > Android platform. > > -- > 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]<android-developers%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. Please do not send me questions directly. Thanks! -- 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

