Does dalvik have any limitation it puts on classfiles, mainly size
related?
In groovy we have a huge class thats need to be able to be reflected
upon, but it silently fails. IE theres no error during build(dex) or
load time but calls to the reflective methods throws a no such method
exception.
This file is above 13000 lines of code and contains a vast number of
methods so size limitations seems probable, or are there any other
ways reflection can fail for a normal java class?
Oh, and cutting the file down in size made it work but is not optimal
since it contains all of groovy's utility methods.

//Hjalmar Ekengren
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to