当我实现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:
任何人都可以帮我,拜托..。
发布于 2013-12-17 18:16:19
发布于 2016-12-26 05:56:50
您在build.gradle中添加依赖项了吗?
compile 'com.twotoasters.jazzylistview:library:1.2.1'
compile 'com.twotoasters.jazzylistview:library-recyclerview:1.2.1'https://stackoverflow.com/questions/20635027
复制相似问题