in my Project, i had added the achartengine library.
I can compile the Application, but if I want to start the Activity, where I use this library, i get this error
java.lang.NoClassDefFoundError: org.achartengine.model.XYMultipleSeriesDataset
I followed the solution in this thread: achartengine demo compiling, but runtime error but I can't fix it, because i use Android-Studio, not Eclipse and I don't know how i can deploy this solution to android-studio. Could anyone help? :(