我按照说明为Qt Creator
设置了Android apps
。为了检查我的设置,我尝试构建和部署计算器示例。我可以成功启动模拟器并触发应用程序的构建,但是出现以下错误:
/Users/burks/Library/Android/sdk/ndk-bundle/toolchains/x86-4.9/prebuilt/darwin-x86_64/lib/gcc/i686-linux-android/4.9.x/../../../../i686-linux-android/bin/ld:
error: cannot find -lc++ clang++: error: linker command failed with
exit code 1 (use -v to see invocation) make: *** [libcalculator.so]
Error 1
我将Qt Creator vor macOS与适用于macOS和所有Android套件的qt 5.12.3安装一起使用。
答案 0 :(得分:0)
我在Qt论坛的一个主题中找到了来自Albertino的解决方案:https://forum.qt.io/topic/101322/what-s-the-problem-android-compile-error/12