简体   繁体   中英

Android: installing library on eclipse

I'm not able to install SwipeListView( https://github.com/47deg/android-swipelistview ) properly on my project. The src folder is empty and even if I copy the classes under java folder it still doesn't get it right. I followed some instructions on the web (specifically TuteCenter.com) but didn't work either.

Please help.

It is a gradle module, as the README says.

https://github.com/47deg/android-swipelistview

Use gradle or make a new module from its sources using Eclipse.

That library is actually a gradle project, used in android studio. if you want to import it in eclipse, you need to import this folder: 'android-swipelistview / swipelistview / src / main'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM