Please select at least one of the signature versions to use in Android Studio 2.3
Now while generating a signed APK in Android Studio, it’s showing two options (CheckBox) namely 1. V1 (Jar Signature)
and 2. V2 (Full APK Signature)
as Signature Versions in the last step of signed APK generating process.
So, what is the difference between V1 (Jar Signature) and V2 (Full APK Signature) in the new Android Studio update?
And which should I use (or both) for signing apk for play store release?
Also, I’m getting error Install Parse Failed No Certificates while installing APK when I use the second option.