Some hoops to jump through: - You have to add this to the manifest as a child of <application>: <uses-library android:name="com.google.android.maps" /> - You have to add this to the manifest as a child of <manifest>: <uses- permission android:name="android.permission.INTERNET" /> - You have to extend MapActivity, not Activity (you get an exception to this effect otherwise) - You have to change the build target to Google APIs Add-on as explained on http://developer.android.com/guide/tutorials/views/hello-mapview.html and http://developer.android.com/guide/developing/eclipse-adt.html - You have to get a Maps API key per http://code.google.com/android/add-ons/google-apis/mapkey.html, signed (effectively) by the same certificate you sign your app with. The password for debug.keystore is android
On Jun 3, 5:44 am, aswini <[email protected]> wrote: > Hi , > > I am new to this group; I would like to share my problems in this > group. I am trying to develop small map application in android > emulator. > Initially I have generated the API key, by using that key I have > tried to view the map in the android emulator window (I have > referredhttp://www.vogella.de/articles/Android/article.htmlthis site to > develop the map application and find the current location). but I > couldn’t view the map. > So I have added the maps demo application which is there in the > android SDK. Still I couldn’t see the map. Please guide me how do I > find and verify API key > Which I generated is correct? Initially at what map will display in > the android emulator? > Thanks in advance……… > > Thanks and Regards > ASWINI -- 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

