Java – Include Natty in Android projects

Include Natty in Android projects… here is a solution to the problem.

Include Natty in Android projects

Over the past few hours, I’ve been trying various ways to add Natty ( http://natty.joestelmach.com/ ) to Android apps. I’m trying to include a JAR file that I compiled from a github repository ( https://github.com/joestelmach/natty ), but I always get the missing class exception.

Really stumped by this, what did I do wrong?

Cheers!

Solution

I’m assuming the reason you’re having trouble is that you don’t include all of Natty’s dependencies (there are many).

Related Problems and Solutions