Artem
Artem

Reputation: 4639

Android Studio - can't start work with project

I have one error when I start my project in Android Studio. enter image description here

When I try Install Repository and sync project I got this:

enter image description here

I have normal internet connection.

Upvotes: 2

Views: 57

Answers (2)

IntelliJ Amiya
IntelliJ Amiya

Reputation: 75798

At First Update Your Android SDK Tools (Support Repository )

Then add this in your build.gradle section

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

Upvotes: 1

curiousMind
curiousMind

Reputation: 2812

If you are using Linux den run android studio in administrator mode and then download it. by command

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

or you can use below version which is installed in your studio

Upvotes: 1

Related Questions