【我的Android进阶之旅】Android混淆踩坑之报错:The same input jar [xxx\xxx.jar] is specified twice.

一、错误描述

今天 在调试混淆的时候,打开了 -printconfiguration 配置。

#指定输出整个过程中的所有配置,输出到标准输出流或者指定文件中。这有时候在调度配置时有用。
#-printconfiguration [filename]
-printconfiguration proguard-configuration.txt

这个配置的作用是输出整个混淆过程中的所有配置。

然后在编译打包apk的过程,出现了bug

1.1 The same input jar is specified twice.

The same input jar [C:\Android\SDK\platforms\android-27\android.jar] is specified twice.

完整错误如下所示:

你可能感兴趣的:(#,Android混淆,我的Android进阶之旅,#,Android常见错误解决之道)