Hello,
I built a small simple app using the AIDE app and managed to get it uploaded to the google play store which was great. But recently when I was trying to update it I made a noob mistake and deleted my keystore off my phone. Thankfully I enabled googles apk signing and they can replace it. I needed to generate a new keystore and use keytool from the JDK to get a .pem file. But the new key needs to be 2048 bits and the new one I generated in the AIDE app was smaller so it got rejected.
I managed to use keytool to create a new 2048 bit RSA, find the custom keystore settings in app but I get an invalid credentials error when trying to build or publish using the new keystore.
Does anyone know how to generate a 2048 bit RSA in the app has any ideas on if I’m doing something wrong with the custom keystore settings?
thanks,
Pete