public final class IjAndroidHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Path |
createAndroidGenPath(ProjectFilesystem projectFilesystem,
IjProjectConfig projectConfig,
Path moduleBasePath) |
static String |
getAndroidApkDir(ProjectFilesystem filesystem) |
static String |
getAndroidGenDir(ProjectFilesystem filesystem,
IjProjectConfig projectConfig)
This directory is analogous to the gen/ directory that IntelliJ would produce when building an
Android module.
|
public static String getAndroidGenDir(ProjectFilesystem filesystem, IjProjectConfig projectConfig)
By default, IntelliJ generates its gen/ directories in our source tree, which would likely
mess with the user's use of glob(['**/*.java'])
. For this reason, we encourage
users to target
public static String getAndroidApkDir(ProjectFilesystem filesystem)
public static Path createAndroidGenPath(ProjectFilesystem projectFilesystem, IjProjectConfig projectConfig, Path moduleBasePath)