I have not used Solar2D for a while.
Wanted to publish an app.
Problem 1)
I updated my JDK but not Solar2d, and was able to sign and build the android files fully signed.
On uploading to Google Play store, I was told that my .aab file “currently targets API level 29 and must target at least API level 31 to ensure it is built on the latest APIs optimized for security and performance. Change your app’s target API level to at least 31”
I had no idea what this meant, as I had only published apps for a hobbie in the past.
So I updated Solar2d and also JDK again.
Problem 2)
On doing an updated to Solar2D, my build process then keeps reporting that I do not have a valid keystore.
On some other forum posts here in solar2d. One person suggestions building to a new folder/path and this solved the problem - but didn’t work for me.
So before I get back to solving Problem 1, I’m now stuck trying to solve Problem 2, to generate a new build, to upload, and hope that this is API Level 31 compatible and also fixes Problem 1.
In order to solve Problem 2) I found another forum that suggests I build from within Github.
Now I’m down a blackhole learning about how to configure github and google cloud console.
I’ve no clue what I am doing.
Can any one help.