【发布时间】:2013-08-08 16:02:22
【问题描述】:
我正在使用library to animate ListView。按照程序,我将.jar 文件添加到lib 目录中。这个库还需要另一个名为NineOldAndroids 的库。我也下载了.zip 文件。
9OldAndroids 库是一个项目文件夹。因此,我在 Eclipse 中导入了它,并将其添加到我的构建路径中。 Eclipse 显示来自 9OldAndroids 的包:
但是,在我的手机上运行应用程序时出现异常:
08-08 19:36:13.050: E/dalvikvm(27827): Could not find class 'com.nineoldandroids.animation.Animator[]', referenced from method com.haarman.listviewanimations.swinginadapters.prepared.AlphaInAnimationAdapter.getAnimators
我该如何解决?
【问题讨论】:
标签: android android-listview expandablelistview