android - Troubles while importing HoloEverywhere -


i'm following guide: https://stackoverflow.com/a/10888882/1943607

follow steps below add holoeverywhere

download zip github computer unzip folder go eclipse , choose file->new-> android project

select create project existing source , browse holoeverywherelib folder inside extracted folder

press finish

right click on newly created project , go properties. under android heading, should see section library checkbox islibrary. make sure that's checked , press add , added library actionbarsherlock.

i unzipped folder. went eclipse -> right click -> import -> android -> existing android code workspace. select unzipped folder , it's showing this: enter image description here

when click finish: enter image description here

and if create new project, , try import it, cant find library; type org. , isn't showing rest (org.holoeverywhere.app.***activity). (like github says https://github.com/prototik/holoeverywhere#how-to-use-maven)

can me out?

edit: i've tried remove src .classpath files same result

clone repository using github desktop. install egit on eclipse. use import-->git-->projects git.


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -