Skip to content
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

Fatal Exception: java.lang.NullPointerException #46

Open
thelittlefireman opened this issue Oct 10, 2019 · 2 comments
Open

Fatal Exception: java.lang.NullPointerException #46

thelittlefireman opened this issue Oct 10, 2019 · 2 comments

Comments

@thelittlefireman
Copy link

hi,
I've got multiple error on crashlitycs :

Fatal Exception: java.lang.NullPointerExceptionAttempt to invoke virtual method 'void com.appolica.interactiveinfowindow.InfoWindow.setWindowState(com.appolica.interactiveinfowindow.InfoWindow$State)' on a null object reference

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'void com.appolica.interactiveinfowindow.InfoWindow.setWindowState(com.appolica.interactiveinfowindow.InfoWindow$State)' on a null object reference
       at com.appolica.interactiveinfowindow.InfoWindowManager$5.onAnimationStart + 424(InfoWindowManager.java:424)
       at android.view.animation.Animation$1.run + 368(Animation.java:368)
       at android.os.Handler.handleCallback + 789(Handler.java:789)
       at android.os.Handler.dispatchMessage + 98(Handler.java:98)
       at android.os.Looper.loop + 164(Looper.java:164)
       at android.app.ActivityThread.main + 6938(ActivityThread.java:6938)
       at java.lang.reflect.Method.invoke(Method.java)
       at com.android.internal.os.Zygote$MethodAndArgsCaller.run + 327(Zygote.java:327)
       at com.android.internal.os.ZygoteInit.main + 1374(ZygoteInit.java:1374)

Do you know how to solved that ?

@thelittlefireman
Copy link
Author

any helps ?

@dpetrov-appolica
Copy link
Contributor

Somewhere in your application you're trying to hide the InfoWindow which is not initialized or it's null.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants