https://github.com/manabu-gt/docker-android
Dockerfile for Android projects which includes both SDK and NDK with Java8
https://github.com/manabu-gt/docker-android
android docker-android
Last synced: 12 months ago
JSON representation
Dockerfile for Android projects which includes both SDK and NDK with Java8
- Host: GitHub
- URL: https://github.com/manabu-gt/docker-android
- Owner: Manabu-GT
- Created: 2015-07-14T06:22:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-10T07:50:44.000Z (about 9 years ago)
- Last Synced: 2025-01-13T04:27:54.498Z (about 1 year ago)
- Topics: android, docker-android
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
docker-android
===================
This is a Dockerfile to make the image suitable for most Android projects including NDK.
Included
----------
* Android SDK: r25.2.3
* Android NDK: r13b
* Build tools: 23.0.3, 24.0.3, 25.0.3
* Android API: 21, 22, 23, 24, 25
* Support maven repository
* Google maven repository
* Platform tools
* Make: 3.8.1
* Maven: 3.0.5
* oracle-java7
* oracle-java8
## ex..How to build image
```bash
docker build -t manabugt/android .
```
To run an interactive shell in the built image:
```bash
docker run -i -t manabugt/android /bin/bash
```
## ex..Push build image to repository
```bash
docker push manabugt/android:latest
```
License
----------
Copyright 2015 Manabu Shimobe
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.