谷歌MapActivity不显示地图

编程入门 行业动态 更新时间:2024-10-26 18:24:02
本文介绍了谷歌MapActivity不显示地图的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我试图让谷歌地图的工作。它不显示所述地图。我得到了LogCat中出现以下错误

I am trying to get google maps working. It is not displaying the map. I get the following error in LogCat

Couldn't get connection factory client

我已经通过所有重复的帖子,并进行了如下修改

I have been through all the duplicate posts, and made the following changes

  • 确保使用许可权和使用库都在里面标记
  • 使用debug.keystore,而不是定制
  • 使用我的私钥谷歌地图签约,并更新了与在XML地图键图形页面(这个公共职位,我已经改变了它)
  • 导出我的应用程序,并用debug.keystore构建它

我在模拟器中运行它。在模拟器作品地图。

I am running it on emulator. Maps on emulator works.

Android清单

<application android:icon="@drawable/ic_launcher" android:label="@string/app_name" > <uses-library android:name="com.google.android.maps" /> <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.READ_PHONE_STATE"/> <activity android:name=".MyActivity" android:label="@string/app_name" > <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> <activity android:name=".GetLocation" android:label="@string/app_name"/> </application>

location.xml

location.xml

<?xml version="1.0" encoding="utf-8"?> <com.google.android.maps.MapView xmlns:android="schemas.android/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:clickable="true" android:apiKey="0psLgKtDQLB35-XJXUrjR4bKHIBDRuHu-O-xVhg" android:id="@+id/location" /> sudo keytool -list -alias androiddebugkey -storepass android -keypass android -keystore debug.keystore

返回

androiddebugkey, 20 Mar, 2012, PrivateKeyEntry, Certificate fingerprint (MD5): 20:D3:54:D9:F8:70:17:A4:BA:21:5C:98:88:27:45:E0

固定我把使用许可权应用标签之外并采用库应用标记中

Fixed I put uses-permission outside of Application tag And uses-library inside of Application tag

推荐答案

使用许可权之外&lt;应用&GT; 标签。和

不能获得连接工厂客户端

Couldn't get connection factory client

和其地图API密钥的问题。而你应该创建清新地图的API密钥。

And its map-api key problem .And you should create Fresh Map-api key .

更多推荐

谷歌MapActivity不显示地图

本文发布于:2023-06-07 22:05:04,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/568602.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:地图   谷歌   MapActivity

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!