I made an android app with Livecode Community 6.5.1 and I used "sign for development only".
All was working good, my mobile phone could install and use it perfectly.
I want to share my app and I read that Android apps must be signed with private key. So I created my android.keystore file using the keytool in JDK (Java Development Kit).
I set Livecode to use that file, it asked me passwords and so on... and Livecode created the signed app.
My problem now is that the signed app can't be installed, the installation starts on my mobile phone and then my mobile phone says "not installed"...

Do you have any idea to solve it?
Is there a way to know where is the problem?
If I revert to sign for development only, all works good again.