You never need to do anything with the .odex, it is created for you when
needed (when the app is installed or updated or the system updated).  Also
it is not just a copy of the .dex, but actually the version of your code
linked against the actual system it is running on.

On Sun, Feb 22, 2009 at 10:42 AM, Isaac Waller <ad...@isaacwaller.com>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
>
> >
>


-- 
Dianne Hackborn
Android framework engineer
hack...@android.com

Note: please don't send private questions to me, as I don't have time to
provide private support.  All such questions should be posted on public
forums, where I and others can see and answer them.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to