<div dir="ltr">Hi.<br><br>I am can see in the ducumentation for PyQt5 that mobile devices using Android or iOS operating systems are supported. I wanted to give this a try, but I am stuck cause I can't find a guide on how to get started.<br><br>I am using Kubuntu (latest version as I write: 15.10)<br>Here is what I have done until now:<br><br>Preparations:<br>------------<br>* Installed Qt 5.5.1 (with Android libraries)<br>* Installed Android SDK and NDK<br>* Installed python-dev and python3-dev<br>* Downloaded, unpacked, build and installed sip-4.17.tar.gz for both python2.7 and python3.4<br>* Downloaded and unpacked PyQt-gpl-5.5.1.tar.gz<br><br>Host system build:<br>-----------------<br>First I tried to build the host system version of PyQt5:<br><br>python configure.py -q <PATH_TO_GCC_QMAKE><br><br>This worked fine.<br><br>Android build:<br>-------------<br>ANDROID_NDK_ROOT=<MY_NDK_INSTALLATION> python configure.py -q <PATH_TO_ANDROID_QMAKE><br><br>Querying qmake about your Qt installation...<br>Determining the details of your Qt installation...<br>/home/jakob/Qt/5.5/android_armv7/bin/qmake -o <a href="http://qtdetail.mk">qtdetail.mk</a> <a href="http://qtdetail.pro">qtdetail.pro</a><br>make -f <a href="http://qtdetail.mk">qtdetail.mk</a><br>/home/jakob/dev/android/android-ndk-r10e/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ -c -Wno-psabi -march=armv7-a -mfloat-abi=softfp -mfpu=vfp -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums -DANDROID -Wa,--noexecstack -fno-builtin-memmove -std=c++11 -O2 -Os -fomit-frame-pointer -fno-strict-aliasing -finline-limit=64 -mthumb -Wall -Wno-psabi -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_CORE_LIB -I. -I../../../Qt/5.5/android_armv7/include -I../../../Qt/5.5/android_armv7/include/QtCore -I. -I../../android/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.8/include -I../../android/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include -I../../android/android-ndk-r10e/platforms/android-9/arch-arm/usr/include -I../../../Qt/5.5/android_armv7/mkspecs/android-g++ -o qtdetail.o qtdetail.cpp<br>/home/jakob/dev/android/android-ndk-r10e/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin/arm-linux-androideabi-g++ --sysroot=/home/jakob/dev/android/android-ndk-r10e/platforms/android-9/arch-arm/ -Wl,-soname,libqtdetail.so -Wl,-rpath=/home/jakob/Qt/5.5/android_armv7/lib -Wl,--no-undefined -Wl,-z,noexecstack -shared -o libqtdetail.so qtdetail.o   -L/home/jakob/dev/android/android-ndk-r10e/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -L/home/jakob/dev/android/android-ndk-r10e/platforms/android-9/arch-arm//usr/lib -L/home/jakob/Qt/5.5/android_armv7/lib -lQt5Core -L/opt/android/ndk/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a -L/opt/android/ndk/platforms/android-9/arch-arm//usr/lib -lgnustl_shared -llog -lz -lm -ldl -lc -lgcc<br>Error: Failed to determine the detail of your Qt installation. Try again using<br>the --verbose flag to see more detail about the problem.<br><br>So this is where I am stuck...<br><br>What am I doing wrong?<br><br>It would be really nice if someone could write a guide on how to get started with PyQt5 on Android and iOS.<br><br>Best regards<br>Jakob Simon-Gaarde<br></div>