简体   繁体   English

Android:在Eclipse上安装库

[英]Android: installing library on eclipse

I'm not able to install SwipeListView( https://github.com/47deg/android-swipelistview ) properly on my project. 我无法在我的项目上正确安装SwipeListView( https://github.com/47deg/android-swipelistview )。 The src folder is empty and even if I copy the classes under java folder it still doesn't get it right. src文件夹为空,即使我复制java文件夹下的类,它仍然无法正确显示。 I followed some instructions on the web (specifically TuteCenter.com) but didn't work either. 我遵循了网上(特别是TuteCenter.com)上的一些说明,但也没有用。

Please help. 请帮忙。

It is a gradle module, as the README says. 如自述文件所述,它是一个gradle模块。

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

Use gradle or make a new module from its sources using Eclipse. 使用gradle或使用Eclipse从其源制作新模块。

That library is actually a gradle project, used in android studio. 该库实际上是android Studio中使用的gradle项目。 if you want to import it in eclipse, you need to import this folder: 'android-swipelistview / swipelistview / src / main' 如果要在eclipse中导入,则需要导入以下文件夹:“ android-swipelistview / swipelistview / src / main”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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