Android Studio - 无法开始使用项目

时间:2015-12-02 08:56:21

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

我在Android Studio中启动项目时遇到一个错误。 enter image description here

当我尝试Install Repository and sync project时,我得到了这个:

enter image description here

我有正常的互联网连接。

2 个答案:

答案 0 :(得分:1)

如果您使用Linux den在管理员模式下运行android studio,然后下载它。按命令

cd path of studio/bin
sudo ./studio.sh

或者您可以使用工作室中安装的以下版本

答案 1 :(得分:1)

首先 Update Your Android SDK Tools (Support Repository )

然后在 build.gradle 部分

中添加此内容
compile 'com.google.android.gms:play-services-maps:6.5.87'