Hi,
in my app it's all right, but I have modified a little bit the code...

>
> In my Manifest I have added :
>         <uses-library android:name="com.google.android.maps" />

this tag is into the application child tag in the manifest?

>         <com.google.android.maps.MapView  android:apiKey="bogus"
>         android:layout_width="fill_parent"
>     android:layout_height="fill_parent" />

I have changed this code in:

<view class="com.google.android.maps.MapView"
      android:apiKey="qwertyuiopasdfghjklzxcvbnm1234567890"
      android:layout_width="fill_parent"
      android:layout_height="wrap_content" />

test it!
In my developing environment this code work fine
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to