A Docker image designed to run Android Studio 2023.1.1 as a cloud-based IDE in gitpod.
- Works fine.
- Can't store settings/downloaded plugins/SDKs etc.
- Once the gitpod is stopped again you need to configure it in next startup.
-
In the terminal where you have the container running, enter
android_studio
, and Android Studio should start in the browser tab.
- Just run the command in the terminal:
docker run -it --rm -p 6080:6080 rijj1/android_studio_in_gitpod:v1.0
- In the terminal where you have the container running, enter
android_studio
, and Android Studio should start in the browser tab.