Upload the APK to your phone. The -r flag will replace the existing app (if it exists)
adb install -r ./app/build/outputs/apk/app-release-unsigned.apk
The shareable signed APK is located at:
./app/build/outputs/apk/app-release.apk