I’m developing a game for Android using Unity 4.6.2f1. I have a lot of plugins in my project:
-Google Mobile Ads (Admob)
-StartApp
-Vungle
-AdColony
-Soomla Store - For In App Purchases
-Google Play Game Services → THE PROBLEM
All worked fine until I added Google Play Games Service package in Unity and I made a build. Firstly, I got JavaClassDefNotFound and I supposed that the problem is with the multiple Manifest files that call same classes. I deleted the small ones and I integrated all the Manifest code in only one file, but now I get this error and I don’t know how to handle it:
Some help, please?