Reputation: 4639
I have one error when I start my project in Android Studio.
When I try Install Repository and sync project
I got this:
I have normal internet connection.
Upvotes: 2
Views: 57
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
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