Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.content.FileProvi

报错:

Caused by: java.lang.ClassNotFoundException: Didn't find class "android.support.v4.content.FileProvider" on path: DexPathList[[zip file "/data/app/com.zqkj.jied06-1.apk"],nativeLibraryDirectories=[/data/app-lib/com.zqkj.jied06-1, /vendor/lib, /system/lib]]

解决:

在gradle设置;

1.注释
//        multiDexEnabled true

2.添加
compile 'com.android.support:multidex:1.0.1'

 

 

你可能感兴趣的:(Android_Study)