Re: [Qbs] Qtc: Cannot find the androiddeploy Json file

2020-05-11 Thread Richard Weickelt
> When i want to "run" on the device: > Initializing deployment to Android device/simulator > Deploying to 150c980e8288de07 > Cannot find the androiddeploy Json file. > Error while building/deploying project Neon Factory Tools (kit: > Android for arm64-v8a (Clang Qt 5.12.8 for Android ARM64-v8a))

[Qbs] Quick compiler with external library

2020-05-11 Thread Christian Gagneraud
Hi there, The UI of my app is a separate static library, i would like too use the quick compiler in release mode, like so: Depends { name: "Qt"; submodules: "quick" } Qt.quick.useCompiler: qbs.buildVariant == "release" The problem is that on Desktop, it doesn't link due to the external re

[Qbs] Qtc: Cannot find the androiddeploy Json file

2020-05-11 Thread Christian Gagneraud
Hi there, Here is an error that happen every now and then, not sure if the problem is in QtC or not, so checking here first. When i want to "run" on the device: Initializing deployment to Android device/simulator Deploying to 150c980e8288de07 Cannot find the androiddeploy Json file. Error while b

Re: [Qbs] Signing an Android APK

2020-05-11 Thread Christian Gagneraud
n Mon, 11 May 2020 at 19:43, Raphael Cotty wrote: > > Hi, > > Release keystore support is not implemented yet: > https://bugreports.qt.io/browse/QBS-1546 > > Can you explain a bit more 'jks' keystore type? It turned out that it's just a file extension, the file format is the same. I'm now able t

Re: [Qbs] Signing an Android APK

2020-05-11 Thread Raphael Cotty
Hi, Release keystore support is not implemented yet: https://bugreports.qt.io/browse/QBS-1546 Can you explain a bit more 'jks' keystore type? About the non-repeatable errors, can you set Qt.android_support.verboseAndroidDeployQt to true and provide the log? Le lun. 11 mai 2020 à 03:57, Christia