<div>Hi, me again, trying to build the demo for Android!<br></div><div><br></div><div>After I failed to build the demo with a self-built Qt I'm now using a pre-built Qt for Android in order to begin with a working scenario (as I should have in the first place).<br></div><div><br></div><div>Building against Qt5.15.0 works fine - but since it seems to be the stable version for a long time now I tried to use Qt5.15.2, using the exact same setup as with Qt.5.15.0 before.<br></div><div><br></div><div>But now - after seemingly all of the compilation runs well, building the Android package throws an error:<br></div><div><br></div><div>ANDROID_SDK_ROOT=/opt/android-sdk/ \<br></div><div>ANDROID_NDK_PLATFORM=android-29 \<br></div><div>ANDROID_NDK_ROOT=/opt/android-sdk/ndk/21.3.6528147/ \<br></div><div>python3 ./build-demo.py --target android-32 \<br></div><div>--qmake /opt/Qt/5.15.2/android/bin/qmake<br></div><div><br></div><div>...<br></div><div><br></div><div>make[1]: Leaving directory '/home/user/demo/build-android-32'<br></div><div>/opt/Qt/5.15.2/android/bin/androiddeployqt --input /home/user/demo/build-android-32/android-pyqt-demo-deployment-settings.json --output /home/user/demo/build-android-32/android-build --apk /home/user/demo/build-android-32/android-build/pyqt-demo.apk<br></div><div>Generating Android Package<br></div><div>  Input file: /home/user/demo/build-android-32/android-pyqt-demo-deployment-settings.json<br></div><div>  Output directory: /home/user/demo/build-android-32/android-build/<br></div><div>  Application binary: pyqt-demo<br></div><div>  Android build platform: android-29<br></div><div>  Install to device: No<br></div><div>  -- Skipping /opt/Qt/5.15.2/android/plugins/iconengines/libplugins_iconengines_qsvgicon_armeabi-v7a.so. It has unmet dependencies: lib/libQt5Svg_armeabi-v7a.so.<br></div><div>  -- Skipping /opt/Qt/5.15.2/android/plugins/imageformats/libplugins_imageformats_qsvg_armeabi-v7a.so. It has unmet dependencies: lib/libQt5Svg_armeabi-v7a.so.<br></div><div>Skipping createRCC<br></div><div>Downloading <a href="https://services.gradle.org/distributions/gradle-5.6.4-bin.zip">https://services.gradle.org/distributions/gradle-5.6.4-bin.zip</a><br></div><div>.........................................................................................<br></div><div>Unzipping /home/user/demo/build-android-32/android-build/?/.gradle/wrapper/dists/gradle-5.6.4-bin/bxirm19lnfz6nurbatndyydux/gradle-5.6.4-bin.zip to /home/user/demo/build-android-32/android-build/?/.gradle/wrapper/dists/gradle-5.6.4-bin/bxirm19lnfz6nurbatndyydux<br></div><div>Set executable permissions for: /home/user/demo/build-android-32/android-build/?/.gradle/wrapper/dists/gradle-5.6.4-bin/bxirm19lnfz6nurbatndyydux/gradle-5.6.4/bin/gradle<br></div><div><br></div><div>Welcome to Gradle 5.6.4!<br></div><div><br></div><div>Here are the highlights of this release:<br></div><div>- Incremental Groovy compilation<br></div><div>- Groovy compile avoidance<br></div><div>- Test fixtures for Java projects<br></div><div>- Manage plugin versions via settings script<br></div><div><br></div><div>For more details see <a href="https://docs.gradle.org/5.6.4/release-notes.html">https://docs.gradle.org/5.6.4/release-notes.html</a><br></div><div><br></div><div>Starting a Gradle Daemon (subsequent builds will be faster)<br></div><div><br></div><div>FAILURE: Build failed with an exception.<br></div><div><br></div><div>* Where:<br></div><div>Build file '/home/user/demo/build-android-32/android-build/build.gradle' line: 17<br></div><div><br></div><div>* What went wrong:<br></div><div>A problem occurred evaluating root project 'android-build'.<br></div><div>> Failed to apply plugin [id 'com.android.internal.application']<br></div><div>   > java.io.IOException: No such file or directory<br></div><div><br></div><div>* Try:<br></div><div>Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.<br></div><div><br></div><div>* Get more help at <a href="https://help.gradle.org">https://help.gradle.org</a><br></div><div><br></div><div>BUILD FAILED in 28s<br></div><div>Building the android package failed!<br></div><div>  -- For more information, run this command with --verbose.<br></div><div>make: *** [Makefile:350: apk] Error 14<br></div><div><br></div><div><br></div><div>Searching for "Failed to apply plugin [id 'com.android.internal.application']" returns me a couple of gradle reated (but old) results which recommend to modify "build.gradle" to use a more recent version of gradle but this doesn't seem to have any effect.<br></div><div><br></div>I will now try to analyse the differences between qt5.15.0 and<br><div>qt5.15.2 but maybe someone has done this before and give me a hint?<br></div><div><br></div><div>Thanks, Frans<br></div><div><br></div>