Hello Falko, > ialready sent a message, but this is not shown. So I try again.
Though i miss an error description, I try to help you anyway. I had some problems also with my first Google Android Map application. Perhaps this can solve your problems: Adjust your AndroidManifest.xml for a Map Application 1. Import Google Map library 2. Adjust security <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" .... > <uses-permission android:name="android.permission.INTERNET" /> <application android:icon="@drawable/icon" android:label="@string/ app_name"> <uses-library android:name="com.google.android.maps" /> .... </application> </manifest> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

