GuillaumeBourge
Results
12
comments of
GuillaumeBourge
Thanks you for the code, i had the exact same one (i already used reflexion on other application) I get `java.lang.ClassCastException: java.lang.reflect.Field cannot be cast to com.google.ar.sceneform.rendering.SkeletonRig` when a try...
Yes for the code i posted, but i tryed also to access the method "getSkeletonRig" before posting here. Anyway, i found the issue, i used "getMethod("getSkeletonRig")" instead of getDeclaredMethod("getSkeletonRig")"