Coder Social home page Coder Social logo

android-docker's Introduction

What's in the Box

A docker build packed with the latest Android SDK. The SDK home directory is available via ANDROID_HOME and you can locate the relevant SDK version via ANDROID_VERSION and ANDROID_BUILD_TOOLS_VERSION

Update Android SDK

Please refer to https://developer.android.com/studio/command-line/sdkmanager#install_packages on how to install packages.

If you intend to update the SDK to a.b.c, refer to https://developer.android.com/studio/ and locate the download link for the SDK package, i.e https://dl.google.com/android/repository/sdk-tools-linux-3859397.zip Then replace the line

ENV SDK_URL="https://dl.google.com/android/repository/sdk-tools-linux-[FILE NAME].zip" \

and update the SDK version

  ANDROID_VERSION=[NEW ANDROID SDK VERSION] \
  ANDROID_BUILD_TOOLS_VERSION=[NEW ANDROID TOOLS VERSION]

Demo

You can build any Android app with this SDK, for example GitLab CI

image: congz/androidsdk-27

stages:
  - build

build:
  stage: build
  script:
    - ./gradlew assembleDebug
  artifacts:
    paths:
    - app/build/outputs/

android-docker's People

Watchers

Zhao Cong avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.