I am trying to integrate Flurry analytic in android app.
I have integrate successfully but it gives runtime error of "java.lang.NoClassDefFoundError: com.flurry.android.FlurryAgent"
in my onStart method.
Any suggestion??
In your Android project, create a directory named libs at the root of your project (next to src/, res/, etc.)
Locate the JAR file for the library you want to use and copy it into the libs/ directory.