Android tab
File | Project Structure | Artifacts | <artifact> | Android
This functionality relies on the Android plugin, which you need to install and enable.
Press CtrlAlt0S to open the IDE settings and then select Plugins.
Open the Marketplace tab, find the Android plugin, and click Install (restart the IDE if prompted).
In this tab, configure the Android Application Package to be generated.
Item | Description |
---|---|
Type | Select one of the following options from the list:
|
Key store path | In this field, specify the location of the file where the key will be stored. Type the path manually or click the Choose existing button to choose the relevant file in the dialog that opens. |
Create new | Click this button to open the New Keystore dialog and configure a new key store or a release key to be generated. |
Choose existing | Click this button to have your package signed with a key from an existing key store file. Choose the relevant key store file in the dialog that opens.
|
Key store password | In this field, type the password for the selected key store. |
Key alias | In this field, specify the alias to address the key to be used. |
Key password | In this field, specify the password to access the selected key. |
Run ProGuard | Select this option if you want IntelliJ IDEA to obfuscate the debug APK through integration with the built-in ProGuard tool. |
Config file paths | This field shows the default location of the proguard-project.txt configuration file that is created automatically together with an Android module. |
Show content of elements | Select this option if you want the contents of certain elements to be displayed in the layout tree. Click the
|