我正在尝试在Imageview中部署我的应用缩放功能。我下载了项目https://github.com/sephiroth74/ImageViewZoom,但我在Eclipse中遇到错误。我做错了什么?
ImageViewTouchBase
import it.sephiroth.android.library.easing.Cubic; --> cannot be resolved
import it.sephiroth.android.library.easing.Easing; --> cannot be resolved
答案 0 :(得分:1)
你可以尝试一些申请的技巧。如
首先从存储库下载完整的项目。然后尝试那些技巧。
编号1#:File => Import => android =>现有的Android代码进入工作区。
2号#:项目=>清洁..
3号#:删除文件夹bin和文件夹都是。
4号#:检查是否存在缓动。(在res / libs文件夹中)
最后编号为5#:重启eclipse。
我不确定,但我希望你可能会得到帮助。运气最好!
答案 1 :(得分:0)
你没有提取完整的code.try来下载完整的代码来修复这些错误,因为这些类/包不在你的项目中