Skip to content Skip to sidebar Skip to footer

Android App Working Perfect In Marshmallow And Lollipop Or Nougat But It Does Not Work In Kitkat

In my android app, It's worked on marshmallow or higher version but not in kitkat. I already set minSdkVersion 15 targetSdkVersion 25. When I test in kitkat version API 19 App is u

Solution 1:

It looks like that this problem is caused by the Multidex compiler. You may need to configure your App properly for Android Phones with a version <21.

You have to create your own application class and register this class at the Manifest xml file

Post a Comment for "Android App Working Perfect In Marshmallow And Lollipop Or Nougat But It Does Not Work In Kitkat"