Android build failed E0200 SymbolForDebug

Hey guys,
I am trying tofuse build --target=Android --run with “BuildToolsVersion”: “26.0.0” in my .unoproj but I get the following error:

*What went wrong:
Execution failed for task ':app:transformNative_libsWithStripDebugSymbolForDebug'.
-> A problem occurred starting process 'command '/usr/local/share/android-sdk/ndk-bundle/toolchains/mipsel-linux-android-4.9/prebuilt/darwin-x86_64/bin/mipsel-linux-android-strip''

Could someone help me figuring this out?

Thanks

I’m using “BuildToolsVersion”: “28.0.3” and it seems to be working…

Which fuse version are you using?

Do you have build tools 26?

What’s in your “SDK” field in your .unoproj?