docker-android-build-box icon indicating copy to clipboard operation
docker-android-build-box copied to clipboard

[Question] how to Cache NDK

Open saeed74 opened this issue 3 years ago • 0 comments

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.

saeed74 avatar Jun 30 '22 18:06 saeed74