相关疑难解决方法(0)

如何在Android Studio中使用Google Maps Api v2创建Android应用程序?

尝试使用GoogleMap创建应用时,我在Android Studio中遇到了很多麻烦.

之前我已经按照以下指南(几乎)没有使用Eclipse作为我的IDE的问题:

https://developers.google.com/maps/documentation/android/start

我之前从未使用过Android Studio,而且整个项目/模块范例都遇到了困难.

我无法成功配置Google Play服务SDK http://developer.android.com/google/play-services/setup.html

这是我得到的一个奇怪的错误:

Gradle: 
FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':MyMapApp:compileDebug'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

android google-maps google-play-services android-studio

41
推荐指数
3
解决办法
7万
查看次数