Where is android studio building my .apk file?

YourApplication\app\build\outputs\apk


You should Build your app instead of debugging process. Just follow this:

Build -> Build Bundles/APK(s) -> Build APK(s)

enter image description here