Including Natty in Android project

538 Views Asked by At

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!

2

There are 2 best solutions below

0
On

I had this issue to, and solved it by downloading all dependencies in form of jar files. Please look at this GitHub issue.

0
On

I'm assuming the reason you had issues is that you didn't include all the dependencies of Natty (there are quite a few).