You're running Android 1.0 on the device, which is API version 1. Unless you think your target audience is still on 1.0 for one reason or another, I'd recommend you update your device to at least 1.1, or better yet, straight to 1.5. They have version numbers 2 and 3 respectively. Now if you absolutely need to cover 1.0, you have to drop minSdkVersion to 1.
On May 27, 8:49 pm, zirubak <[email protected]> wrote: > hi. > > I have Android Dev 1 phone. I try to install my app to phone. But > error is occurred. > > How can I solve this problem? Could you help me? > > I use SDK 1.5 version. but when I made app, I use API 1.1. > > [2009-05-27 20:45:36 - myboy_for_android_1_0] ERROR: Application > requires API version 2. Device API version is 1 (Android 1.0). > [2009-05-27 20:45:36 - myboy_for_android_1_0] Launch canceled! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

