We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.9.5
Windows 10
经过这个帖子(xmake-io/xmake#5673 )里的修改后,libSDL2.so成功复制到了build/xmake/libs下,但没有复制到app/libs下,导致最终的apk里还是没有libSDL2.so。 我在windows下set_policy("install.strip_packagelibs", false) 是这样的,不知道linux/mac上可以调用objdump自动检测依赖是不是这样。我猜测应该也一样。
set_policy("install.strip_packagelibs", false)
so复制到app/libs,进而打包进apk
无
The text was updated successfully, but these errors were encountered:
#14
Sorry, something went wrong.
1.1.9 应该可以了
No branches or pull requests
Xmake Version
2.9.5
Operating System Version and Architecture
Windows 10
Describe Bug
经过这个帖子(xmake-io/xmake#5673 )里的修改后,libSDL2.so成功复制到了build/xmake/libs下,但没有复制到app/libs下,导致最终的apk里还是没有libSDL2.so。
我在windows下
set_policy("install.strip_packagelibs", false)
是这样的,不知道linux/mac上可以调用objdump自动检测依赖是不是这样。我猜测应该也一样。Expected Behavior
so复制到app/libs,进而打包进apk
Project Configuration
无
Additional Information and Error Logs
无
The text was updated successfully, but these errors were encountered: