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.
Asked
Active
Viewed 100 times
1 Answers
0
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.

Julius Babies
- 955
- 3
- 6
- 22