delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

An error occurred while building the application. #246

Closed ghost closed 5 years ago

ghost commented 5 years ago

  1. ERROR in /storage/emulated/0/ApkBuilder/hello/src/com/example/hello/AdvancedWebView.java (at line 695) mCustomWebViewClient.onUnhandledInputEvent(view, event); ^^^^^^^^^^^^^^^^^^^^^ The method onUnhandledInputEvent(WebView, InputEvent) is undefined for the type WebViewClient

  2. ERROR in /storage/emulated/0/ApkBuilder/hello/src/com/example/hello/AdvancedWebView.java (at line 698) super.onUnhandledInputEvent(view, event); ^^^^^^^^^^^^^^^^^^^^^ The method onUnhandledInputEvent(WebView, InputEvent) is undefined for the type WebViewClient

    2 problems (2 errors)

My Android version: 6.0

ocram commented 5 years ago

See https://github.com/delight-im/Android-AdvancedWebView/issues/83