• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Can't build for Android?

B

bigtunacan

Guest
My project builds fine for Android until I try and add the HeyZap extension, then the build fails with this error

Code:
Could not find play-services-ads.jar (com.google.android.gms:play-services-ads:12.0.1).
  Searched in the following locations:
      https://jcenter.bintray.com/com/google/android/gms/play-services-ads/12.0.1/play-services-ads-12.0.1.jar
I have carefully gone over the HeyZap documentation multiple times and followed it step by step to no avail.

I also found this article on Stack Overflow that seems very related.

https://stackoverflow.com/questions...-returns-could-not-find-play-services-ads-aar

This makes me think there is and issue with the Gradle file that is being created; how might I make updates directly to this file?
 
Top