You should not mess with .odex files, they are essentially device-specific
optimized versions of your classes.dex that are
generated by the installer for you to speed up application startup and
runtime. The exact format of .odex files is likely to
change overtime for a variety of reasons and you should not try to move them
from one device to another, especially if
they run different versions of the platform.
It would be better if you could tell us which kind of errors you're seeing
so that we can help you resolve them.
Post by Isaac WallerHello,
I have a .odex and a .apk file. I understand that the .odex is just
the classes.dex file extracted, so if there is some way I can put it
back in so I can install it on the emulator? I am getting errors about
classes.dex without that.
Thanks,
Isaac
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-***@googlegroups.com
To unsubscribe from this group, send email to
android-developers-***@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---