Search code examples
androidintellij-idea

What's the easiest way to force Idea to generate the R.Java file?


I am trying to run Android sample applications using intellij idea and R.Java file is missing form notepad samples source directory.


Solution

  • Make sure you have a gen folder in your project root. If you don't, make one yourself.