Bug #1389
Improve Android Builder debug siggning procedure
Status: | Approved | Start date: | 02/28/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Zbigniew Rebacz | % Done: | 0% | |
Category: | Android | Spent time: | - | |
Target version: | Release 2017.1 - NTH |
Description
For current version installation on Android emulator is not possible. Here is output from "jarsigner -verify AndroidMath.apk":
jar verified. Warning: This jar contains entries whose certificate chain is not validated. This jar contains signatures that does not include a timestamp. Without a timestamp, users may not be able to validate this jar after the signer certificate's expiration date (2289-12-13) or after any future revocation date. Re-run with the -verbose and -certs options for more details.
History
#1 Updated by Zbigniew Rebacz over 8 years ago
-sigalg MD5withRSA -digestalg SHA1
#2 Updated by Zbigniew Rebacz over 8 years ago
- Status changed from New to Approved
#3 Updated by Zbigniew Rebacz over 8 years ago
Fixed - .apk signed apk now works on device and emulator.