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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -