Report Bug
Qus : What does APK stand for in Android
Qusएंड्रॉइड में एपीके का क्या मतलब है

A. Android Package
B. Android Package Kit
C. Application Programming Ki
D. Android Programming Key


Solution
B. Android Package Kit



Explanation

APK stands for Android Package Kit.

It is the file format used by the Android operating system for distributing and installing applications. An APK file contains all the necessary components of an app, including its code, resources, assets, certificates, and manifest file.




Report Bug