guruk wrote: > shit.. and now when i compile it from my sdk 1.5 and make run from > eclipse > i also get an > Installation error: INSTALL_FAILED_UPDATE_INCOMPATIBLE > [2009-05-06 19:07:49 - My Days 07] Please check logcat output for more > details. > [2009-05-06 19:07:49 - My Days 07] Launch canceled! > > so what !!.. now I really need some help. its a standart G1 mobile > with 1.1 software rc 33 > and not a developer phone.. so what to do ???
You need to target API level one to run on a 1.1 device: android update project -p . -t 1 -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android App Developer Training: http://commonsware.com/training.html --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

