Skip to main content
Error: NDK is not installed
Updated over a week ago

Issue:

You can't build with Android NDK as the Android Build Step constantly fails with the following error:

Execution failed for task ':app:extractSmartMessagesReleaseNativeSymbolTables'.
> NDK is not installed

You even tried adding the Install missing Android SDK components Step to your Workflow, but the error persists.

Possible solutions:

We recommend that you check which NDK version you need for your project (based on the Android plugin you use), and include it in the build with a Script Step. Use sdkmanager in the Script Step to install the NDK:

sdkmanager "ndk;VERSIONNUMBER"

Did this answer your question?