I\'m using ActionBarSherlock in an Android project that I developed using Eclipse. I\'d like to migrate that project over to IntelliJ IDEA, but I\'m not sure how to add a \"
You need to create a new IDEA module from the existing source code. Ensure that Android facet is enabled for this module, in the facet settings you need to enable "Is Library Project" option. Then add this module as a dependency to your main module.