After installation of apk file on android device, where exactly does the dex file get stored or what is done with dex?
Could any one please explain how the installa
dex files are located in the /data/dalvik-cache folder.
The apk file is a compressed archive (actually a .zip in disguise) containing all the files needed for your program. It is stored in the data/app folder. The dex files are contained in this archive, which you can extract with any unzip tool.