ActionBarSherlock + maven + eclipse: dependency not found in workspace

前端 未结 5 1381
我在风中等你
我在风中等你 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:32

    you can include the actionbarsherlock dependency as jar file only when using eclipse via profiles

    
      m2e
      
        m2e.version
       
       
        
          com.actionbarsherlock
          actionbarsherlock
          ${abs.version}
          jar
        
      
     
    

    and don't need to include the entire actionbarsherlock as project in eclipse

提交回复
热议问题