[android-developers] Re: Map won't display

2008-09-05 Thread [EMAIL PROTECTED]
Try disabling all other adapters except the one that is connected to the internet and if you are behind a proxy/firewall that you can't disable there are other steps here: http://www.helloandroid.com/node/66 On Sep 4, 8:55 pm, Mark Wyszomierski [EMAIL PROTECTED] wrote: I think you need to add

[android-developers] Re: Map won't display

2008-09-04 Thread Mark Wyszomierski
I think you need to add these to your manifest file: manifest xmlns:android=http://schemas.android.com/apk/res/android; package=myfingpackage uses-permission android:name=android.permission.INTERNET / uses-permission android:name=android.permission.ACCESS_COARSE_LOCATION /