EndIDE / README.md
Mrgf9993's picture
Update README.md
980fb33 verified
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