Android Question Crash Report: java.lang.NullPointerException at android.webkit.

quimacama

Member
Licensed User
Longtime User
Lately I've found many bugs reports in my google developer console with "at android.webkit.WebView"
I don't use the webview object in my apps, so I think the bug is in any of the libraries that I use, but i don't know in which one.
I referenced:
-ABExtDrawing
-AcceleratedSurface
-Admob
-AHQuickAction
-Animation
-Core
-Phone
-RandomAccessFile
-Reflection
-SQL
-StringUtils


This is one of them:

And other:

Any idea?
 

quimacama

Member
Licensed User
Longtime User
This is strange. I don't remember encountering such issues with AdMob.

Are you sure that nothing else in your project does something with WebView?
I also find it strange. I did a search for the word "webview" throughout the project without any matches.
 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
Hey

I had the same problem
I moved the ads after loading the layout

and I had menu button and button with the same event
when i deleted the button - the problem started .
I changed the event of the of the menu button to a new one .

and the the error stop showing
 
Last edited:
Upvote 0

quimacama

Member
Licensed User
Longtime User
I'll try it . Thank You
 
Upvote 0

buras3

Active Member
Licensed User
Longtime User
Sorry but the problem came again
I downloaded newer google play service and still sometime the error shows
I am still looking for a solution
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…