Cannot resolve method 'setWebChromeClient(anonymous android
问题 I am trying to learn building applications for Android and the first project is to view a website I've made that uses GPS localization. But when I'm trying to use webView.setWebChromeClient(... I'm getting the following error message: Cannot resolve method 'setWebChromeClient(anonymous android.webkit.WebChromeClient) . If it will help anything, I have added the needed permissions in my AndroidManifest.xml: <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android