Signing an app for Android

Hey y’all!

I have a question. I created my app and it works on my phone so now I want to export it for the Google play store.
But now I have a little problem.

I created the release.keystore file and placed it into my project folder.
But now I’m not entirely sure where to place the following:

{
“Android”: {
“Key”: {
“Alias”: “application”,
“AliasPassword”: “Android”,
“Store”: “release.keystore”,
“StorePassword”: “Android”
}
}
}

Anyone got a clue?

Thanks in advance!

^Mitch

Hi Mitch,

You add that in your .unoproj file. See https://www.fusetools.com/docs/basics/uno-projects for details :slight_smile: