Can't build release version in corona sdk

At first, I successfully built a release version and upload it to google play. But it was refused because API is below 28. So I downloaded the newest daily version. Apk built this time immediately crashed when trying to open (some solved this problem by adding the admob id, but my build.setting already has the id there, I don’t know how to fix this problem).

I decided to uninstalled corona sdk since it wouldn’t let me go back to the previous version. I cleared all the cache, restart the window, download and install the public release of corona again to build apk. But I don’t know why no matter what I do, it won’t build release version anymore. With my keystore, it keeps building debug version. I hope anyone can help me to solve this problem. Thank you in advance.

You really can’t go back (technically you can, but Google Play won’t accept your builds). You have to use a later daily build.

We can’t really help without information. Most importantly we need to see your complete console log from you build attempt. Please use a service like pastebin.com to post your log to and share the link here.

Next, Corona remembers the last keystore you used. If you switched to a debug keystore, you will have to find your release keystore and re-select it.

Rob