Re: [Qbs] Signing an Android APK

2020-05-14 Thread Christian Gagneraud
On Mon, 11 May 2020 at 20:10, Christian Gagneraud wrote: > > 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

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

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,

Re: [Qbs] Signing an Android APK

2020-05-10 Thread Christian Gagneraud
On Mon, 11 May 2020 at 09:03, Raphael Cotty wrote: > > Hi, > > If you look at the sdk.qbs file in the Android module then you'll see that > you can provide a file for the keystore (pattern *.keytstore). > If not then qbs uses the default keystore file ($HOME/.android/debug.keystore > on Linux).

Re: [Qbs] Signing an Android APK

2020-05-10 Thread Raphael Cotty
Hi, If you look at the sdk.qbs file in the Android module then you'll see that you can provide a file for the keystore (pattern *.keytstore). If not then qbs uses the default keystore file ($HOME/.android/debug.keystore on Linux). Qbs also relies on androiddeployqt but only to gather the