谷歌地图V2“不幸的是应用程序已经停止” [英] google maps V2 “Unfortunately app has Stopped”

查看:193
本文介绍了谷歌地图V2“不幸的是应用程序已经停止”的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我刚开始学的Andr​​oid。取4天试工作的地图查看,但无法正常工作。那错误不幸的是,应用程序已经停止

I just begin to learn Android .take 4 days to try work maps view but not work .that error Unfortunately the app has stopped

推荐答案

有一些事情你需要检查:

1 是SHA1指纹是确定您已经注册的谷歌API控制台。对于如何找到它,你可以找到它<一个href="http://stackoverflow.com/questions/27609442/how-to-get-the-sha1-fingerprint-certificate-in-android-studio-for-debug-mode">here

2 生成的 API_KEY 必须是相同的 menifest 。照片
3。在API控制台应用程序的名称必须相同的应用程序的的strings.xml 的名称。

4。 的元数据必须被包含在 menifest

There are some things you need to check:

1. Is the SHA1 fingerprint is ok that you have registered in google api console.For how to find it , you can find it here

2. The generated api_key must be same with the menifest.

3. Name of the app in api console must be same with the name of app in strings.xml.

4. meta-data must have to be included in menifest.

<meta-data 
             android:name="com.google.android.gms.version"
             android:value="@integer/google_play_services_version" />


我建议你遵循这个<一href="http://www.lynda.com/Android-tutorials/Building-Mobile-Apps-Google-Maps-Android-API-v2/133347-2.html"相对=nofollow> 。它的链接是真棒,它会带只需1个小时,为您绘制工作。


I recommend you to follow this link.It is awesome and it will take just 1 hour for you to map working.

这篇关于谷歌地图V2“不幸的是应用程序已经停止”的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆