4

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!

User24231
  • 506
  • 1
  • 7
  • 20

2 Answers2

0

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

0

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

azurh
  • 410
  • 4
  • 12