Reagieren Sie den Standort der nativen Android -Build
you’ll find the debug apk file in the following path:
yourProject/android/app/build/outputs/apk/debug/app-debug.apk
and release APK at :
yourProject/android/app/build/outputs/apk/app-release.apk
Alien0w0