Qt 6.11 is out! See what's new in the release
blog
No key.store and key.alias properties found in build.properties.
Mobile and Embedded
1
Posts
1
Posters
1.9k
Views
1
Watching
-
Hello,
when executing the following command to release my app, I can't sign using the androiddeployqt:
@/opt/QtLatest/android_armv7/bin/androiddeployqt --sign /var/lib/jenkins/jobs/android-getkey/workspace/scm/release-key.keystore mykey --storepass dummypass --input android-libtestapp.so-deployment-settings.json --output /var/lib/jenkins/jobs/app-testapp_android_build_trunk/workspace/android_build@Error:
@-release-nosign:
[echo] No key.store and key.alias properties found in build.properties.
[echo] Please sign /var/lib/jenkins/jobs/testapp_android_build_trunk/workspace/android_build/bin/QtApp-release-unsigned.apk manually
[echo] and run zipalign from the Android SDK tools.@