unity3d - Unity Android - gms.iid.instanceID returns NoClassDefFoundError -
i'm trying integrate jar containing class "com.google.android.gms.iid.instanceid" unity project
when run project in native java works, on unity following exception -
java.lang.noclassdeffounderror: failed resolution of: lcom/google/android/gms/common/util/zzx;
this exception triggered on following line - instanceid instanceid = instanceid.getinstance(context);
i added play-services-iid jar unity.
Comments
Post a Comment