GCX-HCI / tray

a SharedPreferences replacement for Android with multiprocess support
Apache License 2.0
2.29k stars 273 forks source link

java.lang.ClassNotFoundException: Didn't find class "net.grandcentrix.tray.provider.TrayContentProvider" on path: DexPathList #98

Closed douya40 closed 6 years ago

douya40 commented 7 years ago

java.lang.ClassNotFoundException: Didn't find class "net.grandcentrix.tray.provider.TrayContentProvider" on path: DexPathList

passsy commented 7 years ago

Are you using proguard? Have you enabled multidex?

WangLaoSeng commented 7 years ago

i have met this problem too

it's because multidex ,make sure that you app's multidex is compatible with android under 5.0

erlangparasu commented 6 years ago

i add multiDexEnabled false at build.gradle file, then no error 😄