Pregunta

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?

¿Fue útil?

Solución

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.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top