Java.lang.classcastexception: Com.google.android.gms.common.images.e Cannot Be Cast To Android.content.componentcallbacks
We're getting this error from customers in large numbers after adding Google Play game services achievements to our app. There are two types of traces, this latest one (2nd trace b
Solution 1:
Looks like this is a bug in Google Play game services ImageManager.
We were using ImageManager loadImage() to load images for unlocked achievements. Because the class causing the exception is in the ImageManager package (android.gms.common.images) we tried updating the app to stop using ImageManager (switched to using APK image files). The bug has stopped, so I guess that's the cause
Post a Comment for "Java.lang.classcastexception: Com.google.android.gms.common.images.e Cannot Be Cast To Android.content.componentcallbacks"