我想使用Qt 5.3框架开发Android应用程序,但是出现以下错误:

stdlib.h: No such file or directory

我使用的是MacOS 10.9。

最佳答案

我使用的是64位NDK,而使用的是32位NDK。

07-27 13:42