Note that there are some explanatory texts on larger screens.

plurals
  1. POAndroid Google MapView shows only empty tiles
    text
    copied!<p>I'm tying to develop a simple app that shows a map.</p> <p>I obtained the debug.keystore API-Key and triple checked it for correctness.<br> I also exported the project as apk and used a custom keystore with associated API-Key.</p> <p>I have the following permissions set:</p> <pre><code>&lt;uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" /&gt; &lt;uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" /&gt; &lt;uses-permission android:name="android.permission.INTERNET" /&gt; </code></pre> <p>But on my devices and in the emulator are still only empty tiles showing.</p> <p>EDIt:<br> Log Cat:</p> <pre><code>03-19 10:29:09.554: W/System.err(1396): IOException processing: 26 03-19 10:29:09.554: W/System.err(1396): java.io.IOException: Server returned: 3 03-19 10:29:09.570: W/System.err(1396): at android_maps_conflict_avoidance.com.google.googlenav.map.BaseTileRequest.readResponseData(BaseTileRequest.java:115) 03-19 10:29:09.570: W/System.err(1396): at android_maps_conflict_avoidance.com.google.googlenav.map.MapService$MapTileRequest.readResponseData(MapService.java:1473) 03-19 10:29:09.578: W/System.err(1396): at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher.processDataRequest(DataRequestDispatcher.java:1117) 03-19 10:29:09.585: W/System.err(1396): at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher.serviceRequests(DataRequestDispatcher.java:994) 03-19 10:29:09.593: W/System.err(1396): at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher$DispatcherServer.run(DataRequestDispatcher.java:1702) 03-19 10:29:09.601: W/System.err(1396): at java.lang.Thread.run(Thread.java:1019) </code></pre> <p>Theese exceptions repeat rapidly.</p> <p>Proxy issues or internet problems are not present. The map application works.</p> <p>maybe somebody can help.</p> <p>Greets<br> Henrik</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload