.apk — Android Package
Executable application/vnd.android.package-archive
What a .apk file is
An Android application package — a signed ZIP containing compiled code, resources and a manifest.
How to open it
Android devices, with "install from unknown sources" enabled for sideloading.
Worth knowing
Sideloaded APKs bypass Play Store review entirely. Only install ones whose signature you can verify.