一、错误描述
今天 在调试混淆的时候,打开了 -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.
完整错误如下所示: