我正在使用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
我该如何解决?
答案 0 :(得分:1)
NineOldAndroids是一个Android库项目。你需要attach that Android library project to your main app's project。无论你将“添加到[你的]构建路径”时做了什么,可能都不是正确答案。