ActionBarSherlock + maven + eclipse: dependency not found in workspace

前端 未结 5 1350
我在风中等你
我在风中等你 2021-01-07 20:08

I\'ve updated to lastest version of ADT Plugin and I faced this issue, solved updating also m2e-android eclipse plugin. Now, I\'m able to compile my project through console,

5条回答
  •  心在旅途
    2021-01-07 20:31

    Add this to your parent pom.xml file as a dependency:

    
      com.actionbarsherlock
      actionbarsherlock
      apklib
      4.2.0
    
    

    And the following lines to your project pom.xml:

    
        com.actionbarsherlock
        actionbarsherlock
        4.2.0
    
    

提交回复
热议问题