Android Question Can't upload app without RSA key, and can't generate RSA key

Andrew Gray

Member
Licensed User
Longtime User
When I try to upload an AAB file to the Google Developer Console (APK files are no longer accepted), it insists that new uploads must be signed with an RSA key.

However, when I try to generate an RSA key using the instructions here - https://www.b4x.com/android/forum/threads/almost-totally-confused-about-aab-signkey.130468/ - I get the following error:

keytool error: java.io.FileNotFoundException: new-key.keystore (Access is denied)

How do I fix / get around this?
 
Top