Skip to content

Nag when ANDROID_HOME is undefined #31

@jsotuyod

Description

@jsotuyod

Since the last changes to support newer AGP versions, we use the ANDROID_HOME env var

/**
* Retrieves the current Android SDK install location
* @return The current Android SDK install location
*/
static String getSdkDir() {
System.getenv('ANDROID_HOME')
}

We should complain to the user if we find this to be undefined / invalid

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions