On Oct 13, 9:42 am, MarVel <marina.velik...@gmail.com> wrote:
> 10-12 16:50:15.291: WARN/dalvikvm(4848): VFY: arbitrarily rejecting
> large method (regs=134 count=17618)
 ...
> I saw that in a recent 
> discussionhttp://groups.google.com/group/android-developers/browse_thread/threa...
> Dirk has encountered the same problem but unfortunately I could not
> see any solution to that.

This test is going away in a future release.

The method has 17,618 instructions, and requires 134 registers.  Both
of these are on the "large" side.  If you can find a way to break the
method into pieces that should help.

-- 
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