Hello Everyone,
I am trying to use gameNetwork plugin for Android, but I can’t make it work in our Enterprise builds. Testing the same implementation build with the simulator it works fine.
When trying to init the module I get the following error:
java.lang.NoClassDefFoundError: Failed resolution of: Lcom/google/android/gms/games/GamesClient$Builder;
Looking around the internet, I found that the GameClient class was deprecated on Feb, 2014 (http://android-developers.blogspot.jp/2014/02/new-client-api-model-in-google-play.html). I am currently using Play service version 5.+ on my Enterprise builds.
Do the gameNetwork plugin only work with older play services libs, or am I missing something else