Hey!
So last night I was working on my app – absolutely no issues at all, build a new version (using felgo cloud builds) perfectly fine,
This evening I have edited a few lines of code in a QML file (is only a Component.onCompleted) section,
I have since tried to rebuild my app twice on Felgo Cloud builds, which errors with:
<h2>Build & Sign project
#
– Working in temporary Felgo CI directory
/private/var/folders/yy/d215g62s727f4w2137t9jl2m0000gn/T/.felgoci20190701-15293-wo6ldg
– General options
– Verbose output…NO
– Jobs…4
– Compiler options
– Selected compiler(s)…android_armv7
– Selected Qt Version…5.12.3
– Download Qt compiler…YES (overrides –qt-sdk-root)
– Project configuration options
– Project file (*.pro) found…YES
– Override PRODUCT_IDENTIFIER…NO
– Override PRODUCT_VERSION_CODE…NO
– Override PRODUCT_VERSION_NAME…NO
– Felgo library options
– Felgo library source…live
– Selected Felgo version…latest
– Felgo library branch…2
– Android specific options
– Sign apk after build…NO
———————————————————-
– Download Qt compiler ‘android_armv7’
Error: No Qt compiler available for 2/macx/vplayengine.2.qt.android_armv7
Error reason: error-cannot-download-qt
Errored in 00h 00m 00s</h2>
I then tried to directly build in QtCreator, to which errored – but I could still instal the .apk onto my device and it ran (although it showed the Felgo Splash Screen, and the watermark behind my app – which I recently removed)
The errors when building in QtCreator are:
Generating Android Package
Input file: C:/Users/Administrator/Documents/Applications/build-allbookd-Android_for_armeabi_v7a_Clang_Qt_5_12_3_for_Android_ARMv7-Debug/android-liballbookd.so-deployment-settings.json
Output directory: C:/Users/Administrator/Documents/Applications/build-allbookd-Android_for_armeabi_v7a_Clang_Qt_5_12_3_for_Android_ARMv7-Debug/android-build/
Application binary: C:/Users/Administrator/Documents/Applications/build-allbookd-Android_for_armeabi_v7a_Clang_Qt_5_12_3_for_Android_ARMv7-Debug/liballbookd.so
Android build platform: android-28
Install to device: No
— Skipping C:/V-PlaySDK/Felgo/android_armv7/plugins/position/libqtposition_serialnmea.so. It has unmet dependencies: lib/libQt5SerialPort.so.
— Skipping C:/V-PlaySDK/Felgo/android_armv7/plugins/iconengines/libqsvgicon.so. It has unmet dependencies: lib/libQt5Svg.so.
— Skipping C:/V-PlaySDK/Felgo/android_armv7/plugins/imageformats/libqsvg.so. It has unmet dependencies: lib/libQt5Svg.so.
google-services plugin could not detect any version for com.google.android.gms or com.google.firebase, default version: 9.0.0 will be used.
please apply google-services plugin at the bottom of the build file.
WARNING: Configuration ‘compile’ is obsolete and has been replaced with ‘implementation’ and ‘api’.
It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
:checkDebugClasspath FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Could not resolve all files for configuration ‘:debugCompileClasspath’.
> Could not resolve net.vplay.plugins:plugin-onesignal:3.+.
Required by:
project :
> Failed to list versions for net.vplay.plugins:plugin-onesignal.
> Unable to load Maven meta-data from https://sdk.v-play.net/maven/net/vplay/plugins/plugin-onesignal/maven-metadata.xml.
> Could not HEAD ‘https://sdk.v-play.net/maven/net/vplay/plugins/plugin-onesignal/maven-metadata.xml’. Received status code 503 from server: Service Unavailable
> Could not resolve net.vplay.plugins:plugin-firebase:3.+.
Required by:
project :
> Skipped due to earlier error
* Try:
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.
* Get more help at https://help.gradle.org
BUILD FAILED in 48s
1 actionable task: 1 executed
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.Material.impl
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.impl
Warning: QML import could not be resolved in any of the import paths: QtQuick.Extras.Private.CppUtils
Warning: QML import could not be resolved in any of the import paths: QtQuick.Extras.Private.CppUtils
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.Fusion.impl
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.Imagine.impl
Warning: QML import could not be resolved in any of the import paths: QtQuick.Controls.Universal.impl
Building the android package failed!
— For more information, run this command with –verbose.
22:28:15: The process “C:\V-PlaySDK\Felgo\android_armv7\bin\androiddeployqt.exe” exited with code 14.
Error while building/deploying project allbookd (kit: Android for armeabi-v7a (Clang Qt 5.12.3 for Android ARMv7))
When executing step “Build Android APK”