Skip to content

Commit 17725c8

Browse files
committed
Trial 2
1 parent cf3f36c commit 17725c8

File tree

4 files changed

+23
-7
lines changed

4 files changed

+23
-7
lines changed

.gitpod.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
github:
2-
prebuilds:
3-
pullRequestsFromForks: true
4-
addComment: true
5-
addBadge: true
6-
addLabel: prebuilt-in-gitpod
2+
prebuilds:
3+
master: true
4+
branches: true
5+
pullRequests: true
6+
pullRequestsFromForks: true
7+
addComment: true
8+
addBadge: true
9+
addLabel: prebuilt-in-gitpod
710

811
checkoutLocation: work
912
workspaceLocation: /

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN \
5252
sudo mkdir -p /workspace/.gradle && \
5353
sudo chown -R gitpod:gitpod /workspace
5454

55-
ARG ANDROID_INSTALLATION_URL=https://github.com/phlummox/android-studio-docker/releases/download/v0.1/android-studio-installation.tar.xz
55+
ARG ANDROID_INSTALLATION_URL=https://github.com/rijj1/Android_Studio/releases/download/Android_Studio_Files/android-studio-installation.tar.xz
5656

5757
RUN \
5858
cd $HOME && \

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# Android-Studio-in-Gitpod
1+
# Android Studio in Gitpod
2+
A Docker image designed to run Android Studio 2023.1.1 as a cloud-based IDE in gitpod.<br>
3+
<center><img src='images/Android-Studio-Hedgehog.png'></center>
4+
5+
## Current status
6+
- Works fine.
7+
- Can't store settings/downloaded plugins/SDKs etc.
8+
- Once the gitpod is stopped again you need to configure it in next startup.
9+
10+
## Usage
11+
1. Just click the button to open to run in Gitpod:<br><br>
12+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/rijj1/Android_Studio_in_Gitpod)
13+
14+
2. In the terminal where you have the container running, enter `android_studio`, and Android Studio should start in the browser tab.

images/Android-Studio-Hedgehog.png

188 KB
Loading

0 commit comments

Comments
 (0)