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.

On Sun, Feb 22, 2009 at 7:42 PM, Isaac Waller <[email protected]> wrote:

>
> Hello,
> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to