Настройка Android Emulator для flutter_rust_bridge

devops

frb-android-emulator-prepare is a Claude Code skill that sets up and diagnoses the host Android Emulator environment for flutter_rust_bridge local runtime validation. It covers the full macOS setup cycle: installing Java via Homebrew openjdk, downloading Android command-line tools into `~/Library/Android/sdk/cmdline-tools/latest`, installing packages with `sdkmanager` (emulator, platform-tools, platforms;android-35, ARM64 system images), creating an AVD with `avdmanager` (defaulting to FRB_API_35 on a pixel_8 profile), and connecting ADB to the emulator's TCP endpoint from inside a Docker container. Before touching the host, the skill audits existing tools, respects any pre-set `ANDROID_HOME`, and requires explicit user approval — making it the right fit for Flutter/Rust developers who need a reproducible environment for running FRB integration tests locally.