We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
crossapp 错误:
aapt: error while loading shared libraries: libstdc++.so.6: wrong ELF class: ELFCLASS64
解决方案:
64bit的程序aapt尝试读取32bit的库函数,而我的ubuntu没有安装该32bit的库,所以不能实现所有的功能;
apt-get install lib32ncurses5 lib32stdc++6
There was an error while loading. Please reload this page.
[[TOC]]