Skip to content
This repository was archived by the owner on Dec 7, 2019. It is now read-only.
This repository was archived by the owner on Dec 7, 2019. It is now read-only.

ANDROID_HOME is deprecated #25

@plastiv

Description

@plastiv

Google has changed ANDROID_HOME to ANDROID_SDK_ROOT https://developer.android.com/studio/command-line/variables#envar and at least brew users are encouraged to set the former.

https://github.com/Homebrew/homebrew-cask/blob/ff2606786cd5e4249fd7b53d1a388f016b9fcb42/Casks/android-sdk.rb#L38

Currently, ANDROID_HOME is forced by commander.

val androidHome: String by lazy { requireNotNull(System.getenv("ANDROID_HOME")) { "Please specify ANDROID_HOME env variable" } }

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