I am working on android app when I sign it with a keystore it gives me following warning.
The selected alias "XXXX" uses the "SHA256withRSA" signature algorithm which will likely have issues with Android 4.3 and older. Certificates that use the "SHA1withRSA" or "MD5withRSA" signature algorithm will provide better compatibility.
When I publish this app on google play, I am able to download it on android 4.4 but on OS 4.3 or earlier it gives my error "Package file was not signed correctly"
A possible solution for this error is discussed in this Link and this Link. I have tried reverting my JDK back to 1.6 but I still see the same warning when compiling my app for play store.
is there any good solution available for it .?