I want to get the answers for the following queries:
If I remove the app's odex file from the data/app/packagename/oat/arm64/base.odex
, then does it mean that the app will run in the same way as it would have run in the Dalvik Virtual Machine (DVM) environment?
Is Android Runtime DVM compatible? The reasons for asking this is I removed the app's odex file as described above and still I am able to run the app?
Thanks a lot for your response.
odex
files. Andodex
can be recreated. See may answer to https://android.stackexchange.com/a/225620/218526. Further related details can be found in my answer to https://android.stackexchange.com/a/221749/218526. Also somewhat related: https://android.stackexchange.com/a/208132/218526 and https://android.stackexchange.com/a/218507/218526. – Irfan Latif Apr 15 '21 at 12:28