I've been trying a variety of ways for the past couple of hours to include Natty (http://natty.joestelmach.com/) into an Android app. I have tried to include JAR files I have compiled from the github repository (https://github.com/joestelmach/natty) but I'm always getting missing class exceptions.
Really stumped on this one, what am I doing wrong?
Cheers!
I had this issue to, and solved it by downloading all dependencies in form of jar files. Please look at this GitHub issue.