Question Detail

java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{} Didn't find class on path: DexPathList[[zip file

6 years ago Views 2112 Visit Post Reply

Application working in all versions but When I run the application in Android KitKat version it gives me an error : 

java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example/com.example.SplashActivity}: java.lang.ClassNotFoundException: Didn't find class "com.example.SplashActivity" on path: DexPathList[[zip file "/data/app/com.example-2.apk"],nativeLibraryDirectories=[/data/app-lib/com.example-2, /vendor/lib, /system/lib]]


Thread Reply

Anonymous

- 6 years ago

You have imported SDK or lib that is not compatible with your Android Version. Please remove latest lib or SDK you have added.