How can I add a “Library Project” in IntelliJ IDEA?

前端 未结 4 485
小蘑菇
小蘑菇 2020-12-03 03:06

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 \"

4条回答
  •  死守一世寂寞
    2020-12-03 03:45

    For new visitors:

    Create a module from existing sources (point to the library directory inside ABS), then add android-support-v4.jar as a dependency to your project and ABS modules.

    There's also a detailed tutorial.

提交回复
热议问题