在Android项目中包含Natty

时间:2013-01-26 03:35:47

标签: java android eclipse natty

在过去的几个小时里,我一直在尝试各种方式将Natty(http://natty.joestelmach.com/)纳入Android应用。我试图包含我从github存储库(https://github.com/joestelmach/natty)编译的JAR文件,但是我总是错过类异常。

真的难倒这个,我做错了什么?

干杯!

2 个答案:

答案 0 :(得分:0)

我假设您遇到问题的原因是您没有包含Natty的所有依赖项(有很多)。

答案 1 :(得分:0)

我遇到了这个问题,并通过以jar文件的形式下载所有依赖项来解决它。 请查看此GitHub issue.