Skip to content

Exit with an error when the Android toolchain is not installed and --platform is set to 'android' #17

@acostalima

Description

@acostalima

Steps

  • Check whether ANDROID_HOME is set
  • Check whether ANDROID_SDK_ROOT is set
  • Look up the tools in the appropriate directories:
    • platform-tools/adb
    • emulator/emulator
    • tools/bin/sdkmanager
    • tools/bin/avdmanager
  • We may also check whether adb and emulator are available in the PATH

See:

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions