android webview无意义错误android.webkit.webview QuickSelect.resumeSelection nullpointerexception

android webview无意义错误android.webkit.webview QuickSelect.resumeSelection nullpointerexception,android,webview,Android,Webview,在我的谷歌android开发者帐户中,我发现了这个错误。我检查了代码,但对我来说似乎毫无意义。我用谷歌搜索了一下,没有结果?有人能帮我吗 java.lang.NullPointerException at android.webkit.WebView$QuickSelect.resumeSelection(WebView.java:14232) at android.webkit.WebView$QuickSelect$EventHub.handleMessage(WebView.java:14

在我的谷歌android开发者帐户中,我发现了这个错误。我检查了代码,但对我来说似乎毫无意义。我用谷歌搜索了一下,没有结果?有人能帮我吗

java.lang.NullPointerException
at android.webkit.WebView$QuickSelect.resumeSelection(WebView.java:14232)
at android.webkit.WebView$QuickSelect$EventHub.handleMessage(WebView.java:14690)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:150)
at android.app.ActivityThread.main(ActivityThread.java:4385)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:507)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:849)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:607)
at dalvik.system.NativeStart.main(Native Method)