0

I'm trying to setup HoloEverywhere along side Action Bar Sherlock and I'm getting the following error.

Could not find artifact org.holoeverywhere:resbuilder:pom:1.5.1-SNAPSHOT
pom.xml /HoloEverywhere Library line 1 Maven pom Loading Problem

Please Help!

bgolson
  • 3,460
  • 5
  • 24
  • 41

1 Answers1

2

Run mvn clean install before importing into Eclipse. Or just remove maven nature from projects.

Prototik
  • 935
  • 4
  • 7
  • Thank the Maker! That worked! I right clicked Project->Maven->Disable Maven Nature. I'm new to Android development (coming from iOS) so I have no idea what that just did, but it works. Are there any negative side effects to "disabling Maven nature"? – bgolson Apr 05 '13 at 14:36