-
Notifications
You must be signed in to change notification settings - Fork 17
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
NullPointerException when running release application #8
Comments
Me too, how to solve it. Please help me. I really need the solution, java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.Object.hashCode()' on a null object reference This is the error |
@abimujianto I didn't find a solution for this issue. I had to use |
Do you use androidx for your package flutter? |
Yes. |
maybe gplayer not support on androidx ? |
I don't think that gplayer doesn't support on androidx. I tried to use gplayer before and after upgrading my project to androidx and the same error happened. |
btw, i tried to release with android 9 its work, try downgrade your android version. its will work |
keep java class in proguard file |
When I run a release apk I get this exception after the VIdeoPlayer finishes downloading decoder.
The text was updated successfully, but these errors were encountered: