Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mradkhambek/docker-android

Dockerfile android 30
https://github.com/mradkhambek/docker-android

Last synced: 12 days ago
JSON representation

Dockerfile android 30

Awesome Lists containing this project

README

        

# Android docker image

| Tools | Version |
| :--- | :----: |
| ANDROID VERSION | 33 |
| BUILD TOOLS | [33.0.0, 30.0.3] |
| ANDROID NDK VERSION | 25.2.9519653 |
| Gradle | 8.2.1 |
| Java | 17 |

# Sample command

```bash
docker run --rm --volume="$PWD:/app" -w="/app/" mradkhambek/android-33 sh -c "./gradlew assembleDebug"
```

# OR
```bash
docker run --rm --volume="$PWD:/app" -w="/app/" mradkhambek/android-33 sh -c "gradle assembleDebug"
```