push-pole / android-studio-sample

Android studio sample for PushPole
Apache License 2.0
1 stars 0 forks source link

Could not find play-services-ads.aar #1

Open bahman2000 opened 4 years ago

bahman2000 commented 4 years ago

Hi, I'm trying to compile project on android studio, and I keep geeting this error:

Could not find play-services-ads.aar (com.google.android.gms:play-services-ads:16.0.0). Searched in the following locations: https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-ads/16.0.0/play-services-ads-16.0.0.aar

build.gradle file:

allprojects { repositories { google() jcenter() } }

I don't understand what cause this behavior.