• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Could not find play-services-tasks-license.aa

GoliBroda

Member
Hello.
I added a ad baner to my game with google play services extentsion and when i want to compile my game for android it fails.
This is message from compiler:
Code:
* What went wrong:
A problem occurred configuring project ':com.BlazorCodes.Highway_madness'.
> Could not find play-services-tasks-license.aar (com.google.android.gms:play-services-tasks-license:11.8.0).
  Searched in the following locations:
      https://jcenter.bintray.com/com/google/android/gms/play-services-tasks-license/11.8.0/play-services-tasks-license-11.8.0.aar

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED
There is no resource under this link https://jcenter.bintray.com/com/goo...11.8.0/play-services-tasks-license-11.8.0.aar
 
Last edited:
Hi there,
did you fix the problem? I have exactly same issue just right when I use google play services in our project.

Thank you
 
Top