Answer the question
In order to leave comments, you need to log in
How to digitally sign an android apk file?
Google Play only accepts applications signed with a key.
I have had a problem for more than a week now that I created the apk file, but I cannot sign it with a certificate.
Tell me how to generate a project with a key, so that Google Play would accept it?
The project was originally on Ionic, but as I understand it, both Flutter and React Native have a similar story. I can't publish any of the frameworks on Google Play.
I tried like here https://ionicframework.com/docs/deployment/play-store
keytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -validity 10000
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore my-release-key.keystore HelloWorld-release-unsigned.apk alias_name
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question