I have warning when signing akp:
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 (2141-02-03) or after any future revocation date.
Here: “Package file was not signed correctly” error — detect whether or not it will happen with Google Play app apk I've read it may lead to issues on Google Play and as I understand advice is to sign with java 6, code how to switch temporarily is given for OSX. I use Windows 7, I've installed java 6 but when I run jarsigner from 6 it gives error:
Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.7', but '1.6' is required.
Error: could not find java.dll
Error: could not find Java SE Runtime Environment.
How to switch temporariry to java 6 for Windows 7?