On Jul 20, 7:32 am, tarzan <[email protected]> wrote:
> is there a way to convert class files to the dex format on the fly on
> android? i'm starting to build an application which relies heavily on
> reflection for loading classes which are not known at build time.

There is currently no facility to convert .class to .dex on the
device.

Loading classes at runtime from a DEX file is certainly possible; what
you can't do easily is generate them on the fly.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to