Issue
This is my first app, I am trying to convert a website to app in android studio. I am following this tutorial - https://youtu.be/oy-0ss-n33g . But I am getting:
Cannot resolve symbol WebView
How can I solve this error?
Solution
You forgot to import WebView
just add import android.webkit.WebView
at the import section or alt + enter to auto-import the class
Answered By - Oussema Aroua
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.