crimsonwoods

Results 11 comments of crimsonwoods

Hi! @marciogm. Basically, to use latest tools gives good result to you, I guess. But it's not good answer for you, maybe. I write down my used versions. Please see...

Thank YOU, too! I can not update jamruby immediately to follow the latest mruby and tools. I'm sorry, I have no resource to touch it now. I'm looking forward to...

Hi! @marciogm I fixed compile errors and application crash on my environment. And I built project by latest Android NDK, SDK and mruby. Could you try build jamruby and run...

MRB_TT_MAIN was removed from mruby at commit [b1bd62e047d99387ca9681e5d907713b4c94bb3e](https://github.com/mruby/mruby/commit/b1bd62e047d99387ca9681e5d907713b4c94bb3e) by matz. NotImplementedError is thrown by undefined method call, I guess. The method "p" is not implemented in your "libmruby.a". Maybe, this...

I don't have any sample, sorry. And dialog creation in ruby is not supported currently. Because jamurby is not supported some features: 1. Cannot invoke Java side object's constructor when...

Hi @stephanenicolas , This project was started to satisfy my curiosity about dynamic code generation on Android platform. So I choose Javassist and ported it to Android. But now, we...

Hi @stephanenicolas , I think, my project can generate dexed code dynamically. But the code generation is not so fast and requires some disk spaces to compile from '.class' to...

I don't know why. But I think, EOFException means that the class file is empty or has contents less than 4byte, maybe.

I'm not a debugger for you. You must debug it on yourself.

Currently, we cannot launch a Activity generated dynamically. Because PathClassLoader (default ClassLoader created by JVM) cannot know existence of the Activity. But, you might be able to realize that behavior...