Search code examples
androideclipseintellij-ideaactionbarsherlockandroid-4.2-jelly-bean

ActionBarSherlock does not export R to the library


I've built the ABS with Eclipse to the JAR-library, and trying to use it with IntelliJ IDEA. All the source code is exported well, but not resources - there is no R.java in the library. Min SDK is 10, target - 16.


Solution

  • AFAIK you can not access resource from a jar file, you have to add the resources separately to your project.