What are .dex files in Android? -
i have questions regarding dex files
- what
dex
file in android? - how dex work android?
- how used in debugging android app?
- are similar java class files?
i need specific information please on , real examples welcome!
.dex file
compiled android application code file.
android programs compiled .dex (dalvik executable) files, in turn zipped single .apk file on device. .dex files can created automatically android, translating compiled applications written in java programming language.
Comments
Post a Comment