Search code examples
androidcompiler-errorssigned-apk

Could not find com.google.android.gms:play-services-ads:11.0.2. Required by: project :


I am trying to compile project on android studio, and I keep geeting this error

Could not find com.google.android.gms:play-services-ads:11.0.2.

I just want to generate the apk, and I don't understand what cause this behavior.


Solution

  • Open your SDK Mangerand download

    com.google.android.gms:play-services-ads:11.0.2
    

    this will resolve your issue. Thanks