我只是在尝试遵循教程here。当我执行像"import com.google.android.gms.location;“这样的导入语句时,我得到了错误。
我已经安装了Google Play服务,并且我正在使用Android Studio。
发布于 2013-06-14 21:21:13
首先,您需要为您正在使用的特定版本的Android平台安装Google。
然后,您必须将Android项目的compile with版本设置为Google APIs(API <the api level you are targeting>)。然后,您将能够导入它。
https://stackoverflow.com/questions/17105194
复制相似问题