The default android proguard.cfg file doesn’t specify any -injars or an -outjars option, and I haven’t found any documentation on what -outjars' output should be. On the other hand, the ProGuard site provides an android sample that includes -injars and -outjars. Which one should I follow?
The default android proguard.cfg file doesn’t specify any -injars or an -outjars option, and
Share
I did a bit of searching, and I found a file,
$ANDROID_SDK/tools/proguard/examples/android.pro, which states:Which, I assume, answers my question.