Before you ask, I already have the last version of Android Studio (0.5.8).
This is the problem:
What I did to import the library was:
- Copy the .jar file to the libs directory
- Right click the .jar and choose 'Add as Library'
I already checked that it's in the build.gradle:
I can use it programmatically getting no errors: not compilation errors nor runtime errors. And if I delete Android Plot's custom attributes, the error disappears, but when the Activity loads, the XYPlot isn't there.
What am I missing?