Search code examples
javaandroidr.java-file

Generate R.java and resource folders for java project


Is there a way to create/generate R.java and resource folders in a non-Android project, such as in Java?


Solution

  • A great place to start looking would be into the aapt tool. This is the tool that creates the R.java class.

    http://elinux.org/Android_aapt