运行没问题 打包出现Execution failed for task ‘:app:transformClassesAndResourcesWithProguardForRelease‘.
点击上面看详细信息如下图

运行没问题 打包出现Execution failed for task ‘:app:transformClassesAndResourcesWithProguardForRelease‘.
解决方案:

build日志网上找警告Warning

Warning: com.iflytek.voiceads.update.d.c: can’t find referenced method ’
在proguard-rules.pro里面添加

-dontwarn com.iflytek.**

相关文章:

  • 2021-07-06
  • 2022-12-23
  • 2021-12-31
  • 2021-12-12
  • 2021-11-19
  • 2021-04-27
  • 2021-03-31
  • 2021-10-05
猜你喜欢
  • 2022-12-23
  • 2021-10-27
  • 2021-11-19
  • 2022-01-08
  • 2022-01-11
  • 2021-10-29
  • 2022-01-23
相关资源
相似解决方案