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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top