tugwilson wrote:
I have gone back to the Android documentation and they *do* seem to support ClassLoaders. So it's possible that you could do dynamic compilation to bytecodes in memory and load the class via a custom ClassLoader.
It appears that this is not possible:
http://blog.luminis.nl/luminis/entry/osgi_on_google_android_usingSo dynamic compilation to JCM bytecodes and then loading them into the Android JVM via a ClassLoader is not possible (at least at the moment).
John Wilson