What is .dex extension in ANDROID ?
Jumat, 07 Juni 2013
0
komentar
Compiled Android application code file.
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.
Baca Selengkapnya ....