I import a project to Android Studio , but the R.java is always empty.
public final class R { }
I have tried:
In my case I had an empty line prior a drawable definition in xml. This was braking aapt essentially not allowing to generate R.java .