public final class AndroidExtension extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AAR
Android archive as introduced by the Gradle Android build system (modelled after apklib with extensions and some
differences).
|
static String |
APK
Android application.
|
static String |
APKLIB
Deprecated.
Use
AAR instead. |
static String |
APKSOURCES
Deprecated.
Use
APKLIB instead. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isAndroidPackaging(String packaging)
Determine whether or not a
MavenProject's packaging is an
Android project. |
public static final String APK
@Deprecated public static final String APKLIB
AAR instead.public static final String AAR
public static final String APKSOURCES
APKLIB instead.public static boolean isAndroidPackaging(String packaging)
MavenProject's packaging is an
Android project.packaging - Project packaging.Copyright © 2008–2019 simpligility technologies inc.. All rights reserved.