11. Building the android app #

Created Sat Dec 30, 2023 at 1:57 PM

Config #

Go to app.json and set:

Do the build #

Run expo buld:android. Answer prompt

The prompt will now show a URL and go into loading state. Press Ctrl + C, no issues, build won’t be aborted. Click the URL to check build progress.

On the URL, you’’ get to download the .apk or app-bundle (whatever you chose earlier).

Note:

Generate the keystore (PlayStore) #

Run expo fetch:android:keystore. This generates a .jks file. The file is like an authentication key and used to update the app on PlayStore.

So keep it private and safe. If you lose it, we’ll need to submit the app as a new app, foregoing the name and unique identifier too.