Android Studio toolbar -> Build -> Generate Signed Bundle
Choose bundle and insert info for the keystore
Then, from the directory in which the bundle has been generated (/app/release) do the following in a terminal:
cd app/release && rm app-release.apks &&
bundletool build-apks --bundle=app-release.aab --output=app-release.apks\
--ks=/Users/j/.keystores/upload-release.jks\
--ks-pass=pass:<your_password>\
--ks-key-alias=upload-release\
--key-pass=pass:<your_password>cd app/release &&
bundletool install-apks --apks=app-release.apksDEEPLINK=https://web.index-it.app/lists/4af836c5-99de-4a6d-9b78-cbbe75c962ba
adb shell am start \
-W -a android.intent.action.VIEW \
-d $DEEPLINK \
app.index_it.android