scuthua
Results
1
comments of
scuthua
我也遇到了这个问题。ImagePickerProvider找不到,后来发现是我自己的MultiDex初始化的位置不对。我在application的onCreate中执行的MultiDex.install,应该在Application的attachBaseContext中执行的。 希望对你有用。