https://github.com/johnsonlee/ascloud
Running Android Studio on Cloud
https://github.com/johnsonlee/ascloud
Last synced: about 1 year ago
JSON representation
Running Android Studio on Cloud
- Host: GitHub
- URL: https://github.com/johnsonlee/ascloud
- Owner: johnsonlee
- License: mit
- Created: 2020-11-20T17:20:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T17:41:50.000Z (over 5 years ago)
- Last Synced: 2025-04-15T18:58:34.621Z (about 1 year ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 21
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Studio Cloud
## Getting Started
1. Install Docker
If you already have installed `Docker`, please skip this step.
2. Clone Code
```bash
git clone https://github.com/johnsonlee/ascloud
```
3. Launch Docker
```bash
cd ascloud && docker-compose up --build -d
```
4. Open http://localhost:9999 with browser