Reputation: 1903
My app crashes when I try to use libraries (like Google Analytics or others).
I've searched on Google and found some help but it still doesn't work...
My lib folder is called "libs", I've got jar in the build path...
Have you got any ideas?
The error is :
java.lang.NoClassDefFoundError: com.google.analytics.tracking.android.EasyTracker
EDIT : Here my conf :
Thanks.
Upvotes: 0
Views: 80
Reputation: 5578
If you're using Eclipse
, try this
Right click->Properties
Android
Google APIs
" version that you need for your projectLibraries
should also appear. If they don'tAdd
button. Add the missing libraries. Careful, though, your libraries need to use compatible APIs to your main project. Upvotes: 1