Issue
I have a problem where every single resource isn't found in my kotlin class, like strings, layouts, menus, drawables, and so on. They do exist.
Solution
To solve this, make sure Android Studio hasn't auto-imported android.R
. This will change the meaning of R
from my resources to the library.
Answered By - Julius Babies
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.