I'm getting error like below for Lollipop devices..
com.hyperkonnect.happyemi.mock E/UncaughtException: java.lang.RuntimeException: Unable to get provider com.facebook.internal.FacebookInitProvider: java.lang.ClassNotFoundException: Didn't find class "com.facebook.internal.FacebookInitProvider" on path: DexPathList[[zip file "/data/app/com.hyperkonnect.happyemi.mock-1/base.apk", zip file "/data/app/com.hyperkonnect.happyemi.mock-1/split_lib_dependencies_apk.apk"
java.lang.ClassNotFoundException: Didn't find class "com.facebook.internal.FacebookInitProvider" on path: DexPathList[[zip file "/data/app/com.hyperkonnect.happyemi.mock-1/base.apk", zip file "/data/app/com.hyperkonnect.happyemi.mock-1/split_lib_dependencies_apk.apk", zip file "/data/app/com.hyperkonnect.happyemi.mock-1/split_lib_slice_0_apk.apk"
I tried the following changes but nothing worked.
- I change the Google Play Services Version.
- I tried to change Facebook SDK Version.
- I tried to disable the Instant Run.