Hm well I get this error when I use <uses-library android:name="com.google.android.maps"></uses-library> in the manifest file....
So does that mean the HTC aria can't use google maps? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mark Murphy Sent: Tuesday, August 03, 2010 5:46 PM To: [email protected] Subject: Re: [android-developers] INSTALL_FAILED_MISSING_FEATURE Question 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 -- 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

