--- title: Android Studio Web emoji: 📱 colorFrom: green colorTo: blue sdk: docker pinned: false license: apache-2.0 --- # 🚀 Android Studio Web Full **Android Studio IDE** running in your browser via **noVNC**. Develop Android & Flutter apps from anywhere - no local installation needed! ## ✅ What Works | Feature | Status | |---------|--------| | Android Studio IDE (code editing, IntelliSense, refactoring) | ✅ | | Gradle builds & APK generation | ✅ | | Flutter development (hot reload needs external device) | ✅ | | Dart/Flutter plugins | ✅ | | Android SDK Manager | ✅ | | Git integration | ✅ | | **Android Emulator** | ❌ (No KVM in Hugging Face Spaces) | ## 🔌 Connect Your Own Emulator/Device Since the emulator can't run inside the Space, connect your **local emulator** via ADB over network: **On your local machine:** ```bash # Start your local emulator or connect your phone adb tcpip 5555 adb connect YOUR_SPACE_URL:5555