To make Android APK
:
Go to Android directory:
cd android
Type and run this command:
./gradlew assembleRelease
Now wait for the build to complete.
After completing the build your APK generated on this path:
./app/build/outputs/apk/app-release.apk