Hi Everyone, I want to load google map in my app. Steps i did
1) I generated google map key 2)Added google map key in xml file 3)In manifest file i added permissions for map loading Problem is when i use <uses-library android:name="com.google.android.maps" /> inside the application tag of manifest.xml i get error Installation error: INSTALL_FAILED_MISSING_FEATURE Please check logcat output for more details. Launch canceled! NOTE : Please don't tell Your device or emulator lacks Google Maps. If this is the emulator, it needs to be one whose target name includes "Google APIs" in it. cause same code i ran separately on same emulator and same key that code was loading google map. I have many things in my xml file what could be the reason of this same code loading google map in sample code but when i add in project i get error after adding <uses-library android:name="com.google.android.maps" />. Many thanks in advance -- 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

