0

My objective is to create multiple modules for my existing application. So I created a new module --> android library and separated out all the files and folders into the appropriate java and res folder

Now I am seeing that there is no R.java being generated for either the main module or the new module.

How do I resolve this issue?

Please help

Katakam Nikhil
  • 1,375
  • 4
  • 14
  • 22

1 Answers1

0

There is solution for fix Cannot resolve symbol 'R' in android studio

1) Clean your project
2) Build your project 
3) Validate caches / Restart

Try this .. Maybe it worked for you .. If still not worked, maybe you can share your directory folder or your code ..

MAS. John
  • 582
  • 6
  • 22