Skip to content

Manabu-GT/docker-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 

Repository files navigation

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

docker build -t manabugt/android .

To run an interactive shell in the built image:

docker run -i -t manabugt/android /bin/bash

ex..Push build image to repository

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.

About

Dockerfile for Android projects which includes both SDK and NDK with Java8

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published