Sign inSign up

pinguozhanglu/android

By pinguozhanglu

Updated over 11 years ago

Image
0

369

pinguozhanglu/android repository overview

android

Android SDK for development.

Contents

  • Ubuntu 12.04 Precise 64bit
  • OpenJDK 7u51
  • Android SDK r22.6
  • Android SDK Platform-tools
  • Android SDK Build-tools r19.0.3
  • Android SDK Platform API level 17
  • Git 1.7.9.5

Usage

For example, if you want to build android project, and the project includes gradlew, then just do this:

cd /path/to/project
docker run -t -i -v `pwd`:/workspace -w /workspace pinguozhanglu/android /bin/sh -c "./gradlew assemble"

Tag summary

Content type

Image

Digest

sha256:0f6e54811

Size

-

Last updated

over 11 years ago

docker pull pinguozhanglu/android