Build error is displayed when upgrading MeetingSDK

I’m trying to upgrade the MeetingSDK from v5.9.3 to v5.11 or later.
But when I build I get the following error:

Task :app:stripDebugDebugSymbols
**\Android\Sdk\ndk\21.4.7075529\toolchains\llvm\prebuilt\windows-x86_64\bin\llvm-strip.exe: error: program header with offset 0xbd1c0 and file size 0x3e40 goes past the end of the file
**\Android\Sdk\ndk\21.4.7075529\toolchains\llvm\prebuilt\windows-x86_64\bin\llvm-strip.exe: error: program header with offset 0x1d090 and file size 0x1f70 goes past the end of the file
**\Android\Sdk\ndk\21.4.7075529\toolchains\llvm\prebuilt\windows-x86_64\bin\llvm-strip.exe: error: program header with offset 0x8cb40 and file size 0x14c0 goes past the end of the file
・・・・

I don’t know why, but build itself succeeds
it occurs in v5.11 series or later, but not in v5.10 series.
Any solutions?

[IDE]
Android Studio Dolphin

A similar error occurs when building the SDK5.12.2 sample.

I confirmed that using NDK “20.0.5594570” does not cause a these error.
Can I ignore this error?

Have you found out anything about this?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.