Android proguard issue: path may not be null or empty string. path='null'

前端 未结 3 1842
独厮守ぢ
独厮守ぢ 2021-02-14 01:59

Every thing work fine before setting

minifyEnabled true

and

shrinkResources true

Afte

3条回答
  •  长发绾君心
    2021-02-14 02:55

    Two solutions

    • Use the following classpath. (I was getting this error when i was using the version 2.3.2.)

      classpath 'com.android.tools.build:gradle:2.2.2'

    • Disable the split apk option for a temporary fix if you can't change the classpath version.

提交回复
热议问题