How can i export release version apk?

Now i can export debug version apk, how can i export signed release version apk?

Hi!

Have a look at the codesigning part of this guide. You will also need to build you app with: uno build --target=Android --configuration=Release

Let me know if you have more questions :slight_smile:

I’ve now updated the guide to include that information.

Also, the Export for Android guide now has a pointer to that information.

I’m sorry that this information was missing in the first place!