Android Studio - 无法开始处理项目

标签 android android-studio gradle android-support-library

当我在 Android Studio 中启动项目时出现一个错误。 enter image description here

当我尝试安装存储库并同步项目时,我得到了:

enter image description here

我有正常的互联网连接。

最佳答案

首先更新您的 Android SDK 工具(支持存储库)

然后将其添加到您的 build.gradle 部分

compile 'com.google.android.gms:play-services-maps:6.5.87'

关于Android Studio - 无法开始处理项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34038465/

相关文章:

android - 尝试读取 httpResponse 时套接字关闭异常

Android:版本 21 未出现在 SDK 管理器中

android-studio - Android Studio - 自动完成和其他功能不起作用

android - Kotlin 数据绑定(bind) - 执行 org.jetbrains.kotlin.gradle.internal.KaptExecution 时发生故障

android - Cordova 地理定位不适用于 Android

android - GCM 错误代码

Android Studio 不显示日志

android - 如何在 android Studio 3.0.1 中为旧 API(例如 Gingerbread)构建 android 应用程序?

java - 为非默认模块选择本地开发服务器上的特定端口

安卓NDK : undefined reference to 'stderr'