By default, a quick project is created with qtcreator5.2.0, but the following error is reported:
Error:cstdlib.h no such file or directory
Workaround:
Open project file Untitled4.pro, plus includepath = d:/soft/cygwin/usr/local/android-ndk-r10/platforms/android-l/arch-arm/usr/ include/
If the report cannot find CRTBEGIN_SO.O, you can add qmake_lflags + =-nostdlib
If it's a z m DL or something plus libs + =-ld:/soft/cygwin/usr/local/android-ndk-r10/platforms/android-l/arch-arm/usr/lib/-LZ-LDL-LM
# defines + =-dandroid
Qmake_lflags + =-nostdlib
# Qmake_cxxflags + =
# Qmake_lflags_debug + =
# Qmake_lflags_release + =
# Qmake_cflags_debug + =
# Qmake_cflags_release + =
Includepath = d:/soft/cygwin/usr/local/android-ndk-r10/platforms/android-l/arch-arm/usr/include/
LIBS + =-ld:/soft/cygwin/usr/local/android-ndk-r10/platforms/android-l/arch-arm/usr/lib/-lz-ldl-lm
Parameters to be added after Qt create Android project