简体   繁体   中英

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 unfortunately stopped.I got error. I attache error log. Help me. Thank you in advance. 在此处输入图片说明

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM