How to import this demo into eclipse?
I am trying to see how this swipeview works by trying to load up the demo.
viewswiper
Howeve开发者_如何学JAVAr every time I try to import it into eclipse as an existing project it tells me "No project are found to import"
I am not that familiar with eclipse so I am not sure what I am doing wrong.
Thanks
it may be a library, if it is you will have to make it not a library, just a thought though and don't have eclipse on this computer to verify. you could alternatively create a project and then just put those files in the new project
It doesn't have any eclipse files in the repo - In order to turn it into an Eclipse project, create a new Android project, and use the radio buttons in the first screen to select "From Existing Source".
精彩评论