After all I was able to build it. I set environment variables through Advanced System Settings (instead of command line) and add <ANDROID_SDK_PATH> to Path variable.
2016-07-14 15:35 GMT+03:00 Oleg Evseev <[email protected]>: > Hi, > > Trying to build Qt/Android 5.7 on Windows 7 SP1 x64 using this instruction > https://wiki.qt.io/Building_qt-android_on_windows > > Set environment variables: > > set "ANDROID_API_VERSION=android-23" > set "ANDROID_SDK_ROOT="d:\Android\sdk"" > set "ANDROID_TARGET_ARCH=armeabi-v7a" > set "ANDROID_BUILD_TOOLS_REVISION=23.0.3" > set "ANDROID_NDK_PATH="d:\Android\android-ndk-r10c"" > set "ANDROID_NDK_ROOT="d:\Android\android-ndk-r10c"" > set "ANDROID_TOOLCHAIN_VERSION=4.9" > set "ANDROID_NDK_HOST=windows" > > Run configure as in the instruction. > > When building got "Project ERROR: No suitable Android SDK platform found. > Minimum version is android-23." > > in qtbase ... && mingw32-make -f Makefile.distributedjar > > What am I missing? > > Thank you for help! > > --- > Regards, Oleg >
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
