IntelliJ IDEA 2018.1 Help

Generate Signed APK Wizard. Specify APK Location

On this, last, page of the Wizard, specify the output directory for the generated Android Package. Optionally, have IntelliJ IDEA obfuscate the application through integration with the ProGuard built-in tool.

ItemDescription
Destination APK path In this text box, specify the path where the generated .apk file will be stored. Type the path manually, or click Browse to choose the path in the dialog that opens.
Run ProGuard Select this checkbox to have IntelliJ IDEA obfuscate the application through integration with the built-in ProGuard tool. If this option is selected, the default paths to the configuration files that are created automatically are displayed.

For Android SDK tools revision 17 and higher, this option is selected by default. For already existing projects, this checkbox is cleared.

Last modified: 24 July 2018

See Also