- Open the Project Structure settings.
- Click Artifacts to open the Artifacts page.
-
Click the New button
and
choose the artifact type Android Application in the New drop-down list.
Then specify the original contents of the artifact definition using the context menu:
- To have an empty layout definition created. choose Empty.
- To have the data of a module included in the artifact by default, choose From module <module name>.
The basic settings of the new artifact are displayed in the Artifact Layout pane that opens.
- Specify the general settings of the artifact. In the Output directory text box, specify the location of the package .apk file to be created.
-
Complete the artifact definition by following these general steps:
- Configure the artifact structure.
- Add resources to the artifact.
- Arrange the elements included in the artifact.
- If necessary, specify additional activities to be performed before and after building the artifact in the Pre-processing and Post-Processing tabs.
- In the Android tab, choose Release signed.
-
Specify the release key to use and the keystore file that contains it. Do one of the following:
-
To have the package signed with a key from a previously generated keystore file:
- Specify the file location in the Keystore path text box. Type the path manually or click the Choose existing button and choose the file in the dialog that opens. In the Password text box, type your password to access the selected keystore.
- Specify the key alias and the password to access the key.
-
To have a new keystore file with a new key generated:
-
Click the Create new button. In the New Key Store dialog box that opens,
specify the location of the file to be generated in the Key store path text box.
Type the path manually or click the Browse button
,
then select the parent folder and specify the name of the file.
- Specify and confirm the password to access the keystore.
- Configure the release key to be generated by filling in the data in the Key area.
- Click OK when ready. IntelliJ IDEA brings you back to the Android tab, where the keystore location, the key alias and passwords to access them are filled in in the corresponding fields.
-
Click the Create new button. In the New Key Store dialog box that opens,
specify the location of the file to be generated in the Key store path text box.
Type the path manually or click the Browse button
-
To have the package signed with a key from a previously generated keystore file:
-
To have IntelliJ IDEA obfuscate the application
during packaging,
select the Run ProGuard check box and specify the location of the proguard.txt
configuration file.
The file is generated during project creation and is stored in the project root. IntelliJ IDEA suggests this default location
in the Config file path text box. Accept the suggestion or specify a custom configuration file
by clicking the Browse button
and selecting the required file
in the dialog that opens.
