3

当我实现 JazzyListView 库时,出现如下错误:

com.nineoldandroids cannot be resolved

The type CardsEffect must implement the inherited abstract method JazzyEffect.setupAnimation(View, int, int, ViewPropertyAnimator)

ViewHelper cannot be resolved

ViewPropertyAnimator cannot be resolved to a type

我只是想在我的项目中实现 JazzyListView:

任何人都可以帮助我,请......

4

2 回答 2

4

干草我刚得到答案.....为了解决这个问题......你需要添加一个项目作为库,即NineOldAndroids

确保所有这些项目都在同一个目录中。

谢谢,

于 2013-12-17T18:16:19.603 回答
0

您是否在 build.gradle 中添加了依赖项?

compile 'com.twotoasters.jazzylistview:library:1.2.1'
compile 'com.twotoasters.jazzylistview:library-recyclerview:1.2.1'
于 2016-12-26T05:56:50.533 回答