0

I have already looked at : HoloEverywhere error: build path contains duplicate entry src

I am using this version of holoeverywhere: https://github.com/Prototik/HoloEverywhere

I have tried everything that everyone has suggested there, but nothing has worked yet. The person who asked the question didn't come back to pick the answer either.

I'm trying to import the Prototik HoloEverwhere into my Eclipse (from Androi ADT), but it keeps giving me errors, and is unusable. This is what the error looks like: https://i.stack.imgur.com/WW3te.png

This is what it says: "Build path contains duplicate entry: 'src' for project 'HoloEverywhere Library'"

Community
  • 1
  • 1
CynthiaDDurazo
  • 503
  • 1
  • 4
  • 11
  • rename the project to something else like just Holo and try importing again – Peshal Jul 23 '13 at 22:17
  • It installs as /HoloEverywhere Library. I'm not sure how to rename it since the folder doesn't actually say "/HoloEverywhere Library" – CynthiaDDurazo Jul 23 '13 at 22:23
  • Can you share the url where you downloaded the library from, so i can try in my conputer and see whats going on – Peshal Jul 23 '13 at 22:25
  • @Peshal i tried renaming it now through .project, still the same issue. – CynthiaDDurazo Jul 23 '13 at 22:25
  • @Peshal, i'm using this: https://github.com/Prototik/HoloEverywhere – CynthiaDDurazo Jul 23 '13 at 22:25
  • Is there a different holoeverywhere version I should be using? – CynthiaDDurazo Jul 23 '13 at 22:26
  • the link you have should be the right one. I remember i had several issues with this library until i finally figured out. Its been a while since i last used it, so lets see what i can do. – Peshal Jul 23 '13 at 22:28
  • Alright, i have the same issue however i was able to import it using GIT. Do you know how to import using GIT – Peshal Jul 23 '13 at 22:41
  • Oh, okay. I only have the Androit ADT Eclipse bundle, so I don't know how to install the GIT using the marketplace. Is there a way I can still install that through "Install New Software" ? – CynthiaDDurazo Jul 23 '13 at 22:44
  • When you click on File menu in eclipse and select import do you see GIT in the list – Peshal Jul 23 '13 at 22:44
  • @Peshal yes i do see Git! It worked perfectly! You're a life saver. Please put it as the answer to the question, so I can select your answer. Thank you so much again!! – CynthiaDDurazo Jul 23 '13 at 22:51
  • @Peshal Import worked flawless, but I'm getting Description Resource Path Location Type The field DateUtils.LENGTH_MEDIUM is deprecated DatePicker.java /HoloEverywhere Library/src/org/holoeverywhere/widget line 457 Java Problem There are just a few problems with the library that are showing up.How did you clear them up? – CynthiaDDurazo Jul 23 '13 at 23:08

1 Answers1

0

Ok As mentioned in the comment: Import the HoloEverywhere using File> Import> Git > Projects from Git

Peshal
  • 1,508
  • 1
  • 12
  • 22