metadata
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:
# Start your local emulator or connect your phone
adb tcpip 5555
adb connect YOUR_SPACE_URL:5555