java - android beanutil.copyproperties not working in dalvik -


i´ve been trying add apache bean utils android project in order use beanutil.copyproperties. adding through gradle easy , project compile straight forward. i´ve realised once make call beanutils.copyproperties in runtime, seems dalvik not have same java.beans jdk crash immediately.

are there way solve these issues java.bean classes? there alternatives beanutils.copyproperties?

thanks


Comments

Popular posts from this blog

What can cause "Required Package 'IndyCore' not found" when compiling a Delphi 2010 project? -

Change the color of an oval at click in Java AWT -