On Tue, Aug 3, 2010 at 5:29 PM, Tommy <[email protected]> wrote: > I am trying to get the mapView into my app. For a long time I was > working/testing with my HTC Aria getting the error > INSTALL_FAILED_MISSING_FEATURE. I then got frustrated with the HTC and > tried debugging the app on my Moto Droid and to my surprise it ran > just fine....WHY?
INSTALL_FAILED_MISSING_FEATURE is when you attempt to reference a feature (e.g., <uses-feature>) that a device does not have. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org -- 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

