Hello, I am trying to run the Hello, Mapview program from the anrdoid dev guide on an emulator. Here's the exception I keep getting. What could be wrong? I have ensured that my code is exactly as per the dev guide except my package name and such things. Thanks in Advance!
12-11 19:57:19.547: WARN/System.err(723): java.io.IOException: Server returned: 3 12-11 19:57:19.566: WARN/System.err(723): at android_maps_conflict_avoidance.com.google.googlenav.map.BaseTileRequest.readResponseData(BaseTileRequest.java: 115) 12-11 19:57:19.566: WARN/System.err(723): at android_maps_conflict_avoidance.com.google.googlenav.map.MapService $MapTileRequest.readResponseData(MapService.java:1473) 12-11 19:57:19.576: WARN/System.err(723): at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher.processDataRequest(DataRequestDispatcher.java: 1117) 12-11 19:57:19.586: WARN/System.err(723): at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher.serviceRequests(DataRequestDispatcher.java: 994) 12-11 19:57:19.596: WARN/System.err(723): at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher $DispatcherServer.run(DataRequestDispatcher.java:1702) 12-11 19:57:19.606: WARN/System.err(723): at java.lang.Thread.run(Thread.java:1019) -- 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

