Tommy

Results 2 issues of Tommy

I get two errors in unity3d 4.6.0 after run your project. 1. DllNotFoundException: opencv_core2410 OpenCvSharp.Utilities.PInvokeHelper.TryPInvoke () 2. The same field name is serialized multiple times in the class or it's...

**Retrolambda:3.7.0** ```groovy retrolambda { javaVersion JavaVersion.VERSION_1_7 jvmArgs '-noverify' defaultMethods false incremental true } ``` **Source code** ```java public void createOptions(){ ... optionsLayout.setOnCheckedChangeListener((group, checkedId) -> { View checked = group.findViewById(checkedId); if...