bhavika84 opened a new issue #903: Phonegap APK - jarsigner -verify throwing an error - invalid SHA-256 signature file digest for res/layout/notification_action.xml URL: https://github.com/apache/cordova-android/issues/903 I have created the keystore using `keytool -genkey -v -keystore xx_yy_zz.keystore -alias xx_yy_zz_alias_name -keyalg RSA -keysize 2048 -validity 10000` Uploaded to Phonegap and generated a APK file The signed the APK using the below command `jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore xx_yy_zz.keystore xx_yy_zz.78.apk xx_yy_zz_alias_name` But when I verify the APK it throws the below error `jarsigner -verify xx_yy_zz.78.apk` **jarsigner: java.lang.SecurityException: invalid SHA-256 signature file digest for res/layout/notification_action.xml** Any insight would be greatly appreciated. Seem to be stuck on it for days. Thanks
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
