bmob / bmob-android-sdk

Bmob Android SDK Repository
https://www.bmobapp.com/
123 stars 43 forks source link

不能用ndk17的? #30

Open flankechen opened 5 years ago

flankechen commented 5 years ago

跟着官网的文档, 3.6.3, 用ndk 17会报错 `* What went wrong: Execution failed for task ':app:transformNativeLibsWithStripDebugSymbolForDebug'.

A problem occurred starting process 'command '/home/sensetime/Android/Sdk/ndk-bundle/toolchains/mips64el-linux-android-4.9/prebuilt/linux-x86_64/bin/mips64el-linux-android-strip''`

换成NDK 13b就能编译通过