https://github.com/circleci/android-sdk
Docker image for building Android projects
https://github.com/circleci/android-sdk
Last synced: about 1 year ago
JSON representation
Docker image for building Android projects
- Host: GitHub
- URL: https://github.com/circleci/android-sdk
- Owner: circleci
- License: mit
- Archived: true
- Created: 2017-05-26T11:24:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-16T20:29:22.000Z (over 2 years ago)
- Last Synced: 2025-02-22T19:12:29.685Z (over 1 year ago)
- Language: Dockerfile
- Size: 32.2 KB
- Stars: 8
- Watchers: 46
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# android-sdk
Docker image for building Android projects
This is a base image for building and testing Android images. It contains the latest Android SDK and a non-root user named `android` with a password of `android`
The emulator must be called with `$ANDROID_HOME/tools/emulator` due to strange path issues that will throw errors, or use older option sets.
## Changes
## 1.2.x
* Using Ubuntu 16.04 for base
## 1.1.x
* $ANDROID_SDK_ROOT => $ANDROID_HOME
* User `android` now has a password of `android` and can use `sudo`