.apk
extension. For example: myExampleAppname.apk
. For convenience, an application package file is often referred to as an ".apk". Related: Application.
Android programs are compiled into .dex (Dalvik Executable) files, which are in turn zipped into a single .apk file on the device. .dex files can be created by automatically translating compiled applications written in the Java programming language.
Read full article from Glossary | Android Developers
No comments:
Post a Comment