I import a project to Android Studio , but the R.java is always empty.
public final class R { }
I have tried:
I found my solution here. In short make sure not only the Eclipse plugin(if you are using eclipse) is updated. Also ensure that the Android SDK Tools, the SDK platform-tools and the SDK Build-tools are updated. After this restart your machine.