Skip to content

rijj1/Android-Studio-in-Gitpod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android Studio in Gitpod

A Docker image designed to run Android Studio 2023.1.1 as a cloud-based IDE in gitpod.

Current status

  • Works fine.
  • Can't store settings/downloaded plugins/SDKs etc.
  • Once the gitpod is stopped again you need to configure it in next startup.

Usage

Method 1:

  1. Just click the button to open to run in Gitpod:

    Open in Gitpod

  2. In the terminal where you have the container running, enter android_studio, and Android Studio should start in the browser tab.

Method 2:

  1. Just run the command in the terminal:
docker run -it --rm -p 6080:6080 rijj1/android_studio_in_gitpod:v1.0
  1. In the terminal where you have the container running, enter android_studio, and Android Studio should start in the browser tab.