2

我创建了测试应用程序来学习如何使用谷歌地图 API v2,但是打开地图时我只有白屏。这是我的项目https://gitlab.com/Ossir/androidgit@gitlab.com:Ossir/android.git 我在这里发现了很多与类似问题相关的问题,但他们并没有解决问题。我在 Google Nexus 7 (android 4.3) 和 Huawei Honor (android 4.0.2) 上测试了应用程序有什么帮助吗?

4

1 回答 1

0

我终于发现出了什么问题。我需要添加

<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES"/>

到 androidManifest,一切都很好

于 2013-08-31T06:32:31.940 回答