Sunday, 1 April 2012

Describe the APK format.| Android

The APK file is compressed the AndroidManifest.xml file, application code (.dex files),
resource files, and other files. A project is compiled into a single .apk file.