Error in Flurry Analytic integration in android

android, flurry

Solution

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.

Setting Up a Project to Use a Library:

More refer here:

Problem

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??

Original source

Related problems