I am creating a mobile application that should interact with java in javascript.
I found a solution in this link Passing an array of values โโfrom Android Activity to JavaScript in a WebView . But my problem is that I declare that the webview is showing my error, for example
None of the methods of the added interface were annotated @ Android.webkit.JavascriptInterface; they will not be visible in API 17
What to do to remove this error? I am very new to this Java kernel. Please suggest me and help me solve this problem.
java javascript android webview
user3335796
source share