Frage

Part of my build script requires that I run ndk-build, which apparently isn't on the PATH on the Cloudbees box because it chokes on the command. Does Cloudbees have the NDK installed somewhere I can point to?

War es hilfreich?

Lösung

Short term solution could be to upload http://developer.android.com/tools/sdk/ndk/index.html linux tar.gz in your private repository on cloudbees and add a pre-build step to expand it from /private/ to /tmp.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top