显示地图错误

时间:2012-12-30 18:40:22

标签: android google-maps

尝试在项目中使用MapView显示地图时收到此错误消息。我已经长时间注册了Map API v1密钥,并且我还使用了我的指纹来重新生成apikey,但我仍然收到错误消息“:无法获得连接工厂客户端

以下是我的开发环境: android ver.:2.3.3 JRE:1.6

下面的代码也包含在我的AndroidManifest.xml

 <uses-library android:name="com.google.android.maps"/>       
<uses-permission android:name="android.permission.INTERNET" />

I would like to know what is wrong because the project is actually an example code in my books, which can be downloaded [here][1] - title is "Chap8-Where Am I 4".

W/System.err(10003): IOException processing: 26
java.io.IOException: Server returned: 3
at android_maps_conflict_avoidance.com.google.googlenav.map.BaseTileRequest.readResponseData(BaseTileRequest.java:115)
at android_maps_conflict_avoidance.com.google.googlenav.map.MapService$MapTileRequest.readResponseData(MapService.java:1473)
at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher.processDataRequest(DataRequestDispatcher.java:1117)
at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher.serviceRequests(DataRequestDispatcher.java:994)
at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher$DispatcherServer.run(DataRequestDispatcher.java:1702)

0 个答案:

没有答案