akshayyn / cloning

Automatically exported from code.google.com/p/cloning
Other
0 stars 0 forks source link

Not working with Android 4.3 #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This cloning library doesn't work on Android 4.3.

Caused by: org.objenesis.ObjenesisException: java.lang.NoSuchMethodException: 
newInstance [class java.lang.Class, int]

See also: https://groups.google.com/forum/#!topic/objenesis-dev/jdqWCwy5E78

According to this thread, Objenesis lib has been updated to support Android 4.3.
Your library still uses an old version of Objenesis, can you upgrade?

Original issue reported on code.google.com by clemplantier@gmail.com on 19 Sep 2014 at 2:14

GoogleCodeExporter commented 8 years ago
fixed in 1.9.1-SNAPSHOT

Original comment by kostas.k...@googlemail.com on 19 Sep 2014 at 10:29

GoogleCodeExporter commented 8 years ago
Can you release 1.9.1?

Original comment by clemplantier@gmail.com on 15 Oct 2014 at 2:36

GoogleCodeExporter commented 8 years ago
released

Original comment by kostas.k...@googlemail.com on 15 Oct 2014 at 7:52

GoogleCodeExporter commented 8 years ago
Tested with 4.3, it works. Thanks.

Original comment by clemplantier@gmail.com on 16 Oct 2014 at 6:57