Android Crashlytics error NoClassDefFoundError

631 Views Asked by At

I'm using Fabric in a non gradle based Android Studio project. Crashlytics was functioning perfect. I now have the 2.2.0 plugin version and after I click in the plugin icon I can see that Crashlytics is installed.

When I run my app I'm getting the error java.lang.NoClassDefFoundError: com.crashlytics.android.core.CrashlyticsCore. You can see the stacktrace here;

In the root of my project I have:

kit-libs folder with:

com-crashlytics-sdk-android_answers
com-crashlytics-sdk-android_beta
com-crashlytics-sdk-android_crashlytics
com-crashlytics-sdk-android_crashlytics-core
io-fabric-sdk-android_fabric

crashlytics.properties with the api secret

and kits.properties with this line: `com.crashlytics.sdk.android:crashlytics:2.3.1

How can I solve this error?

0

There are 0 best solutions below