No key.store and key.alias properties found in build.properties.
-
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.@