android + eclipse + maven + actionbarsherlock

前端 未结 5 1509
心在旅途
心在旅途 2021-02-10 04:27

I read lots of things about actionbarsherlock, maven, android but none of the solution I\'ve seen worked for me :(

I\'m sure that I\'m pretty close to the solution but I

5条回答
  •  广开言路
    2021-02-10 04:54

    Here's how I fixed it. It's due to Maven trying to export its dependencies when Eclipse is also exporting its Android dependencies:

    1. Project->Properties->Java Build Path
    2. Go to the Order and Export tab.
    3. Uncheck "Maven Dependencies" so they don't get double exported.
    4. Clean and try to run it.
    5. If it still doesn't work, also uncheck "Android Dependencies."

提交回复
热议问题