Skip to content

thebino/android-build-environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android build environment with NDK

This Android build environment with ndk toolchain for cross compiling.

Build Tools

CMAKE

NDK

Android Image

Usage example

docker run --rm -it -v ${PWD}:/root thebino/android-build-environment /bin/bash -c "cd && ~/gradlew :app:assemble"

Environment variables

Variable Destination
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 – @benjaminstrmerwebmaster@stuermer-benjamin.de

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published