canhdx
canhdx
I have the same problem with my Unity game. I get the exception when start game and my game has been crashed immediately. This is my code: void Start() {...
I mean, i have the same exception: Caused by: java.lang.NoClassDefFoundError: com.google.android.gms.R$string at com.google.android.gms.common.GooglePlayServicesUtil.b(Unknown Source) at com.google.android.gms.common.GooglePlayServicesUtil.a(Unknown Source) at com.google.android.gms.common.GooglePlayServicesUtil.getErrorDialog(Unknown Source) at com.nerdiacs.nerdgpgplugin.NerdGPG$1.run(NerdGPG.java:149) at android.os.Handler.handleCallback(Handler.java:725) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:153) at android.app.ActivityThread.main(ActivityThread.java:5297)...
I've tested on Samsung galaxy s2 and s3, it run normally. But when i upload game to Google Play store and Samsung store, i've been reported these devices was crashed:...