Have you checked whether your browser can open a simple www.google.comwebsite.
I had this problem when I run the application on emulator , when my laptop
was connected to a proxy server. At home it works

On Fri, Jul 24, 2009 at 3:09 PM, sasq <[email protected]> wrote:

>
> Do you target the Google API, ie do you have
>
> target=Google Inc.:Google APIs:3
>
> in you default.properties ?
>
>
> On Jul 22, 7:02 pm, Alex <[email protected]> wrote:
> > Hi guys,
> >
> > I'm trying to display GoogleMaps in my application, but instead of map
> > I just get an empty screen with crosses and Google logo in the bottom
> > left corner.
> >
> > I'm using Internet permission in manifest file, just as the library
> > "com.google.android.maps". I have also supported my application with
> > Android Maps API key and I placed it in layout as android:apiKey value
> > for MapView, but it still can't display the map.
> >
> > main.xml:
> >
> > <com.google.android.maps.MapView
> >         android:id="@+id/myMapView"
> >         android:layout_width="fill_parent"
> >         android:layout_height="fill_parent"
> >         android:enabled="true"
> >         android:clickable="true"
> >         android:apiKey="07vNiwHa094tV14bUdyK0VTtXx0eeAZlk6WdKXQ"
> > />
> >
> > manifest.xml:
> >
> > <uses-library android:name="com.google.android.maps" />
> > ...
> > <uses-permission android:name="android.permission.INTERNET" />
> > <uses-permission
> > android:name="android.permission.ACCESS_FINE_LOCATION" />
> >
> > I have used two different apiKey values, regarding whether I signed
> > the application with debug or my own created keystore, but it didn't
> > work with none of them.
> >
> > If someone can help me, I would really appreciate it.
> >
> > Best regards,
> > Alex
> >
>


-- 
Bibrak Qamar
NUST-SEECS

--~--~---------~--~----~------------~-------~--~----~
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