Under Active Development, not yet fully functional
Android Studio Webtop is a Dockerized environment that allows you to run Android Studio within a web browser using a VNC server. This setup is ideal for developers who need a portable and consistent development environment that can be accessed from any device with a web browser.
- Fully managed docker image of Android developer environment with fast and responsive Web access to test alternatives to Gateway, Projector, xrdp, etc..
- Managed window decoration in Android Studio to enable PWA usability
- Support for customization around precloning repo, setting up defaults in Android Studio, and applying user customizations
- Android Studio: Run the latest version of Android Studio.
- Web-based Access: Access the development environment via a web browser with a modern streaming stack.
- Openbox Window Manager: Lightweight and configurable window manager.
- Docker installed on your host machine.
-
Clone the Repository:
git clone https://github.com/tyvsmith/android-studio-webtop.git cd android-studio-webtop
-
Build the Docker Image:
docker build -t android-studio-webtop .
-
Run the Docker Container:
docker run --rm -it -p 3000:3000 android-studio-webtop bash
- Open your web browser.
- Navigate to
http://localhost:3000
. - You should see the Android Studio interface running within the browser.
This project is licensed under the GPL v3 License. See the LICENSE file for details.
- LinuxServer.io Webtop for the base image and inspiration.
- Google and Jetbrains for Android Studio.