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]]
- 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.
Hot Questions