Deprecated - see ekreative/android:ndk
10K+
Deprecated - see ekreative/android:ndk
An image that lets us build android apps using the NDK with docker using gitlab-ci. Currently with the latest NDK version as the tools don't version the NDK download.
docker build -t ekreative/android-ndk .
docker run -ti --rm --volume=$(pwd):/srv -w /srv ekreative/android-ndk ./gradlew assembleRelease
Content type
Image
Digest
Size
3.6 GB
Last updated
about 7 years ago
docker pull ekreative/android-ndk