Thursday 8 January 2015

What is APK in android, and What does .apk  file contains ?

APK - Application Package file. It is a file format used to distribute and install android applications. .apk will contain single .dex file, zipped resources, other non java library files (c/c++). .dex file will internally contains converted .class files. other wise .apk will not contains .class files.

No comments:

Post a Comment