Proguard Issue - Classes.jar error

前端 未结 1 913
猫巷女王i
猫巷女王i 2021-01-22 05:20

I have seen all of SO also followed few steps given but I couldn\'t fix the issue. Strangely I am still getting this issue:

1 error and 176 warning when I try to build

1条回答
  •  面向向阳花
    2021-01-22 05:47

    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

    0 讨论(0)
提交回复
热议问题