I\'m seeing a crash in Google Play related to Fabric/Crashlytics. This happened after I updated from normal Crashlytics to the new Fabric Crashlytics. I can only reproduce i
please build this: compile 'com.android.support:multidex:1.0.1'
and add this method in your application class :
protected void attachBaseContext(Context base) { super.attachBaseContext(base); MultiDex.install(this); }