Bitbucket Pipelines: No toolchains found in the NDK toolchains folder for ABI with prefix: aarch64-linux-android

Viewed 4281

I am totally new to CI with Bitbucket Pipelines and was currently setting up pipeline with the help of this article. My builds are failing due to this error

"No toolchains found in the NDK toolchains folder for ABI with prefix: aarch64-linux-android"

Can anyone help me fixing this?

3 Answers
Related