Sign inSign up

thebino/android-build-environment

By thebino

Updated almost 5 years ago

Android build environment including sdkmanager and ndk toolchain

Image
1

1.8K

thebino/android-build-environment repository overview

Android build environment with NDK

This Android build environment with ndk toolchain for cross compiling.

CMAKE CMAKE CMAKE

NDK

Build Tools

Android Image Android Image Android Image

Usage example

docker run --rm -it -v ${PWD}:/root thebino/android-build-environment /bin/bash -c "cd && ~/gradlew :app:assemble"
Environment variables
VariableDestination
ANDROID_SDK_HOME/opt/android-sdk/
ANDROID_NDK_HOME/opt/android-sdk/ndk-bundle
TOOLCHAIN$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/

Meta

Benjamin Stürmer – @benjaminstrmer[email protected]

Distributed under the Attribution 4.0 International (CC BY 4.0) license. See LICENSE for more information.

Tag summary

Content type

Image

Digest

Size

2.2 GB

Last updated

almost 5 years ago

docker pull thebino/android-build-environment