-
-
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
Could not find method android.widget.ImageView.<init>, referenced from method pl.droidsonroids.gif.GifImageView.<init> #197
Comments
I got a crash "shutting down VM", the log above is the only log I get. Does anyone can help? |
That log fragment does not contain an error. It is just an information when run on pre-Lollipop that some methods are unavailable. |
Closing due to inactivity, can be reopened if more info is provided. |
This happened in v1.1.12 for os KitKat (I test it using LG G Flex and XiaoMi RedMi 2). My current solution is to change the version to v1.1.11 and it works perfectly. |
OK, I'll check this. |
@novan-p-simanjuntak do you have stacktrace and/or code snippet reproducing this issue? |
With no more info I assume that calling mentioned constructor from your code is the reason. Problem is not located in library. |
08-03 18:34:05.054: I/dalvikvm(10000): Could not find method android.widget.ImageView., referenced from method pl.droidsonroids.gif.GifImageView.
08-03 18:34:05.054: W/dalvikvm(10000): VFY: unable to resolve direct method 8772: Landroid/widget/ImageView;. (Landroid/content/Context;Landroid/util/AttributeSet;II)V
08-03 18:34:05.054: D/dalvikvm(10000): VFY: replacing opcode 0x70 at 0x0000
The text was updated successfully, but these errors were encountered: