← スキル一覧に戻る

android-emulator
by KitfoxPilot
⭐ 0🍴 0📅 2026年1月25日
SKILL.md
name: android-emulator description: Run and test the MagentaLine Flutter app on Android emulators. Use when the user asks to test on Android, run the emulator, start the phone/tablet emulator, or test on mobile devices. This skill handles launching AVDs, waiting for boot, deploying the Flutter app, and troubleshooting common emulator issues.
Android Emulator Testing
Quick Start
1. Launch Emulator
.claude/skills/android-emulator/scripts/launch_emulator.sh phone
2. Run Flutter App
.claude/skills/android-emulator/scripts/run_flutter_app.sh
Or manually:
cd /Users/william/Workspaces/MagentaLine/app && flutter run -d emulator-5554
Available AVDs
| Name | Form Factor | Resolution |
|---|---|---|
Medium_Phone_API_36.1 | Phone | 1080x2400 |
Medium_Tablet_API_36 | Tablet | 2560x1600 |
Manual Commands
Start Phone Emulator
export JAVA_HOME="/Applications/Android Studio.app/Contents/jbr/Contents/Home"
~/Library/Android/sdk/emulator/emulator -avd Medium_Phone_API_36.1 -no-snapshot-load &
sleep 45 && flutter devices
Stop Emulator
pkill -f "qemu-system-aarch64"
~/Library/Android/sdk/platform-tools/adb kill-server
Troubleshooting
Device shows offline: Wait longer (2+ min on first boot), or restart ADB:
~/Library/Android/sdk/platform-tools/adb kill-server && ~/Library/Android/sdk/platform-tools/adb start-server
Tablet emulator permission errors: Known issue on Apple Silicon. Use Android Studio Device Manager GUI or test tablet layouts in Chrome.
Build failures: Run flutter doctor -v to diagnose.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です