Extension Icon

Android

Useful Android commands to list projects and emulators
AvatarMohamed Ibrahim
545 Installs

raycast-android

List Projects

  • Make sure to add your android projects directory.
  • Make sure Android studio and Raycast has access permission to this directory.

List Emulators

  • Make sure to export Android environment variables by adding them to .zshrc or using terminal.

      export ANDROID_HOME=~/Library/Android/sdk
    
      export ANDROID_SDK_ROOT=~/Library/Android/sdk
      
      export ANDROID_AVD_HOME=~/.android/avd