How to fix Red "R" squiggly error in Android studio
You can try this;
To fix the XML errors, do a clean/build to fix the issue.
Make sure in your AndroidManifest.xml the package name is correct.
That fixed the problem for me when 'R' was marked red!
Some Steps
- Click on Build
- Goto Rebuild Project and then
- Click on Tools
- Goto Android and sync project with Grade file.
0 Comments
Dear reader, if you think of a different or an alternative way to achieve this solution, kindly share you idea in the comment section. Thank you.