Have you tried jRuby? JRuby 1.2 RC1 Released, Initial support for Android: http://www.infoq.com/news/2009/02/jruby12rc1-android-support
On Sep 29, 8:14 am, Miguel Paraz <[email protected]> wrote: > Hi, > I'm looking into a solution that needs apps to be dynamically > extensible. > > One way could be an extension language or scripting engine. I've seen > the Android Scripting Environment, but this needs the actual C > scripting engine (Python or Lua) running as a separate process. I > would like the runtime to be a Java app itself, like JavaScript using > Rhino (and not using a WebView). > > Another way is to download Java code dynamically. But, Android does > not support jar downloading and dynamic classloading, since these > bytecode class files are not used directly. > > So far there seems to be no solution - your thoughts? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

