-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in some phone Error inflating class #320
Comments
Are you using multidex and/or proguard? |
@koral-- I've set |
but in another phone it's ok |
Multidex misconfiguration may be the cause. See this comment: https://github.com/koral--/android-gif-drawable/issues/224#issuecomment-154769230 In general this kind of errors look like a packaging issue on app side. Class |
thanks |
I/dalvikvm: Could not find method pl.droidsonroids.gif.GifViewUtils.initImageView, referenced from method pl.droidsonroids.gif.GifImageView.<init>
W/dalvikvm: VFY: unable to resolve static method 64823: Lpl/droidsonroids/gif/GifViewUtils;.initImageView (Landroid/widget/ImageView;Landroid/util/AttributeSet;II)Lpl/droidsonroids/gif/GifViewUtils$InitResult;
android.view.InflateException: Binary XML file line #24: Error inflating class pl.droidsonroids.gif.GifImageView
Caused by: java.lang.reflect.InvocationTargetException
Caused by: java.lang.NoClassDefFoundError: pl.droidsonroids.gif.GifViewUtils
The text was updated successfully, but these errors were encountered: