I'm afraid I stumbled upon another difficutly building the demo for Android:<br><br>Environment: Debian 10 or Fedora 33, pyqtdeploy 3.1.0, Qt5.15.2 and <br><div>Qt5.15.0, Qt built from source for Android, Modifications: decativated openssl for Android in sysroot.toml<br></div><div><br></div><div>command:<br></div><div>PATH="$HOME/demo/qt5-android/build/bin:$PATH" \<br></div><div>ANDROID_SDK_ROOT=~/android-sdk/ \<br></div><div>ANDROID_NDK_PLATFORM=android-29 \<br></div><div>ANDROID_NDK_ROOT=~/android-sdk/ndk/21.3.6528147/ \<br></div><div>python3 ./build-demo.py --target android --verbose<br></div><div><br></div><div><br></div><div>... lots of compiling<br></div><div>make[1]: Leaving directory '/tmp/tmp5v9781zl/Qsci'<br></div><div>The project has been installed.<br></div><div>Deleting /home/frans/pyqtdeploy/demo/sysroot-android-32/build.<br></div><div>Verifying host architecture 'linux-64'...<br></div><div>Verifying target architecture 'android-32'...<br></div><div>Verifying Python v3.7.8...<br></div><div>Verifying PyQt v5.15.2...<br></div><div>Verifying PyQt3D v5.15.2...<br></div><div>Verifying PyQtChart v5.15.2...<br></div><div>Verifying PyQtDataVisualization v5.15.2...<br></div><div>Verifying PyQtPurchasing v5.15.2...<br></div><div>Verifying QScintilla v2.11.5...<br></div><div>Verifying Qt v5.15.2...<br></div><div>Running '/home/frans/demo/qt5-android/build/bin/qmake -query'.<br></div><div>Verifying SIP v12.8.1...<br></div><div>Verifying zlib v1.2.7...<br></div><div>zlib: determining installed version from '/home/frans/android-sdk/ndk/21.3.6528147/sysroot/usr/include/zlib.h'.<br></div><div>Cleaning /home/frans/pyqtdeploy/demo/build-android.<br></div><div>Creating /home/frans/pyqtdeploy/demo/build-android.<br></div><div>Running '/home/frans/pyqtdeploy/demo/sysroot-android-32/host/bin/python3.7 -OO /usr/local/lib/python3.7/dist-packages/pyqtdeploy/builder/lib/freeze.py /tmp/tmppevn_afr/jobs.csv'.<br></div><div>Freezing bootstrap-3.7.0.py...<br></div><div>... lots of freezing<br></div><div>Freezing opcode...<br></div><div>Traceback (most recent call last):<br></div><div>  File "./build-demo.py", line 153, in <module><br></div><div>    run([qmake_path])<br></div><div>  File "./build-demo.py", line 38, in run<br></div><div>    ec = subprocess.call(' '.join(args), shell=True)<br></div><div>TypeError: sequence item 0: expected str instance, NoneType found<br></div><div><br></div><div>Looking into the code it's obvious that qmake binary has not been identified correctly and thus it should be an easy to solve problem. But since I'm not aware of any changes to the "standard" environment and this demo should have been working for at least someone, I'd like to know what's going wrong here.<br></div><div><br></div><div>Any clues?<br></div><div><br></div><div><br></div>