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??
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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: