5

So i was putting finishing touches on an android game i was building in Unity3D as a fun side project - implementing google play leaderboards and google ads.
Luckily google is nice enough to include 2 unity plugins for ads and leaderboards/achievements however, THE FUCKING PLUGINS AREN'T COMPATIBLE. TWO PIECES OF SOFTWARE THAT ARE LITERALLY MEANT TO WORK TOGETHER HAVE COLLIDING .JAR FILES PREVENTING ME FROM BUILDING THE APK.

i had to spend fucking days trying to figure out how to unpack the jar files and what to remove from them so they would stop colliding.

WTF GOOGLE?

Comments
  • 0
    1. Learn to use google. you are not the first one with this problem.
    2. welcome to the Java version of the DLL Hell. In case of android, you can use a gradle command to exclude certain sub dependencies from your dependencies. google it.
  • 0
    @magicMirror oh, i figured it out ages ago, I'm just ranting :)
  • 0
    @hellvetica gradle gives me a headache too. I use the tried and true method of copy/paste from SO there...
Add Comment