报错信息:
Execution failed for task ':app:minifyReleaseWithProguard'.
java.io.IOException: Please correct the above warnings first.
几经查询,终于找到这里。
android.enableR8=true
修改此配置,重新打包,问题解决。
报错信息:
Execution failed for task ':app:minifyReleaseWithProguard'.
java.io.IOException: Please correct the above warnings first.
几经查询,终于找到这里。
android.enableR8=true
修改此配置,重新打包,问题解决。