yong-hu / objenesis

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

Davlik support broken for Android 4.2 #23

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The signature of ObjectStreamClass methods have changed in Android 4.2.  
newInstance now takes a long instead of an int as the 2nd argument, and returns 
a long instead of an int from getConstructorId.  The VENDOR_VERSION used to 
identify the newer VM is 1.6.0.

Hopefully this doesn't change yet again in the future.

Original issue reported on code.google.com by cherry...@gmail.com on 4 Sep 2013 at 11:24

GoogleCodeExporter commented 9 years ago

Original comment by henri.tr...@gmail.com on 4 Sep 2013 at 11:43

GoogleCodeExporter commented 9 years ago

Original comment by henri.tr...@gmail.com on 6 Oct 2013 at 10:40