docker-android-build-box
docker-android-build-box copied to clipboard
[Question] how to Cache NDK
Hi there, I have a Linux server that runs a script every 2 min and checks for build apk requests. so if any request exists it will delete the old temp folder in the server and re-download the source code of my android project from Github to the temp folder and start the building apk.
but the problem is every time this build happens, android-build-box tries to download NDK again and again:
Install NDK (Side by side) 21.4.7075529
so is there any way to cache the NDK? thanks in advance.