Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在当前 Android Studio(目前为 0.3.2 版)中创建使用 Google 地图 API 版本 2 的应用程序的推荐方法是什么?
使用新的播放服务,您必须添加
<meta-data android:name="com.google.android.gms.version" android:value="@integer/google_play_services_version" />
到清单。