IntelliJ IDEA 2016.1 Help

Android-Gradle Page

Use this page to specify settings for your Android Module.

ItemDescription
Package nameSpecify the package name for your application. Note that it's a Java package name that is specified here. For more information, see, for example, Android package name and Naming a package.
Minimum required SDKFrom this drop-down list, select the Android SDK level that is required for your application to run. By default, the minimum required SDK level is Android 2.1.
Target SDKFrom this drop-down list, select the target Android SDK. By default, the target SDK level is Android 4.3.
Compile withThis is a read-only field.
ThemeFrom this drop-down list, select a theme to apply to your module.
Create custom launcher iconSelect this check box to create a custom launcher icon. By default, this check box is selected.
Create activitySelect this check box to create an Android activity. By default, this check box is selected.
Mark this project as a librarySelect this check box to create an Android library project.
Support ModeUse this area to set a mode for your module.
You can select from the following options:
  • GridLayout - select this check box if you plan to use a new GridLayout and need the support library.
  • Fragments - select this check box if you plan to use fragments and need the support library.
  • Navigator Drawer - select this check box if you plan to use a navigator drawer and need the support library.
  • Action Bar - select this check box if you plan to use an action bar and need the support library.
DescriptionThis read-only field shows a quick information regarding each specified item.

See Also

Last modified: 30 May 2016