【问题标题】:Where is project properties in android studio on mac?mac上的android studio中的项目属性在哪里?
【发布时间】:2015-11-13 20:41:27
【问题描述】:

我正在尝试从地址获取纬度和经度,因为我打算使用 GeoPoint ,它说 GeoPoint 无法解析。我遇到了这个。 Cannot import GeoPoint 但我在 Mac 上的 android studio 中没有找到任何项目属性,它在哪里?以及我如何从 android x.x 更改为 Google API?谢谢。

【问题讨论】:

标签: android google-maps android-studio


【解决方案1】:

Android Studio 与 Eclipse 不同。将 Google Play Services 依赖项添加到您的项目中。按照提到的步骤here

【讨论】:

  • 我包含了 google play services compile 'com.google.android.gms:play-services:7.8.0' 但它并没有解决问题。
  • 那么您一定使用的是 Android Google Maps API V2。请改用LatLng 对象。
  • 谢谢!。我刚用过。 :)。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2018-09-04
  • 1970-01-01
  • 2021-10-13
  • 1970-01-01
相关资源
最近更新 更多