pub async fn get_android_home() -> Result<PathBuf>Expand description
Get the Android SDK home directory
This function tries to find the Android SDK in the following order:
- ANDROID_HOME environment variable
- ANDROID_SDK_ROOT environment variable
- Platform-specific default locations:
- Linux: $HOME/Android/sdk or $HOME/Android/Sdk
- macOS: $HOME/Library/Android/sdk
- Windows: %LOCALAPPDATA%/Android/Sdk