我真的想在我的应用程序中实现触摸列表小部件,这里提供:
https://github.com/commonsguy/cwac-touchlist
所以我下载了它,然后在Eclipse中导入了项目文件夹;我试图以ant build的形式运行,但是我收到了这个错误:
Buildfile: C:\commonsguy-cwac-touchlist-af26192\build.xml
BUILD FAILED
C:\commonsguy-cwac-touchlist-af26192\build.xml:49: taskdef class com.android.ant.SetupTask cannot be found
using the classloader AntClassLoader[]
Total time: 328 milliseconds
到目前为止我做了什么错了?这让我发疯了......
答案 0 :(得分:1)
您必须右键单击项目并选择“属性”。 在打开的对话框中,从左侧选择Android,在“库”部分中选择“添加”并添加cwac-touchlist项目。
这是因为cwac-touchlist已转换为Android库项目,因此您必须将其作为库添加到您自己的项目中。