Hi friends,

I have an application which dynamically creates classes at runtime (in
the dex format). Is it possible to load these dex bytes directly
without saving them to a dex file, and then zipping it (many such
classes are created). An equivalent of
ClassLoader.createClass(className, classDexBytes) is what I'd like.
I.e. a DexClassLoader that doesn't have to reference a physical file,
but can be passed byte arrays instead.

Thank you very much for your help,
Tomasz

-- 
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