What are ODEX files in Android?
The blog article is mostly right, but not complete. To have a full understanding of what an odex file does, you have to understand a little about how application files (APK) work. Applications are basically glorified ZIP archives. The java code is stored in a file called classes.dex and this file is parsed by the … Read more