You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When building an Android project, it should generate a .sym file. However, XMake relies on architecture-based strip.exe, for example: x86_64-linux-android-strip.exe, in later NDK versions, this is removed and replaced with the generic llvm-strip.exe
checking for the symbols stripper (strip: arm-linux-androideabi-strip) ... no
Expected Behavior
I would like XMake to support the changes in the latest NDK version.
Xmake Version
2.8.6
Operating System Version and Architecture
Windows 11 23H2
Describe Bug
Based on the following page:
https://xmake.io/#/manual/project_target?id=targetset_symbols
When building an Android project, it should generate a .sym file. However, XMake relies on architecture-based
strip.exe
, for example:x86_64-linux-android-strip.exe
, in later NDK versions, this is removed and replaced with the genericllvm-strip.exe
Expected Behavior
I would like XMake to support the changes in the latest NDK version.
Project Configuration
Additional Information and Error Logs
The text was updated successfully, but these errors were encountered: