Proguard Issue - Classes.jar error

旧巷老猫 提交于 2019-12-02 00:50:21
Robert Rowntree

not a proguard issue. Rather its an sdk 23 issue with deprecated package org.apache.http which you can resolve with the workaround

android.useLibrary 'org.apache.http.legacy'

in proper gradle format needs to be in build.gradle

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