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