Android app working perfect in marshmallow and lollipop or nougat but it does not work in kitkat

淺唱寂寞╮ 提交于 2019-12-25 08:25:02

问题


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.


回答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



来源:https://stackoverflow.com/questions/42297894/android-app-working-perfect-in-marshmallow-and-lollipop-or-nougat-but-it-does-no

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!