So this is STRANGE.... I was thinking about what you said the error meant and a feature not being available. Well I use the camera and I have the <uses-feature android:name="android.hardware.camera.flash" />. Now the HTC aria has no flash but my droid does. Whenever i place the code for the maps lib it causes the error BUT if i remove <uses-feature android:name="android.hardware.camera.flash" /> and keep the maps lib refrence there IT WORKS haha.....
Next question is. How do I allow cameras that have a flash to use <uses-feature android:name="android.hardware.camera.flash" /> and phones without a flash not to use <uses-feature android:name="android.hardware.camera.flash" /> ? -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mark Murphy Sent: Tuesday, August 03, 2010 9:50 PM To: [email protected] Subject: Re: [android-developers] INSTALL_FAILED_MISSING_FEATURE Question On Tue, Aug 3, 2010 at 9:47 PM, Tommy <[email protected]> wrote: > In order to use the maps do you have to place the <uses-library> tag inside > the <application> tag in the manifest or are there other ways of using it? No, that's pretty much it. -- 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

