This version of Unity is unsupported.
Method group is Obsolete

AndroidJNI.GetStaticByteField

Obsolete AndroidJNI.GetStaticByteField is obsolete. Use AndroidJNI.GetStaticSByteField method instead.

Declaration

public static byte GetStaticByteField(IntPtr clazz, IntPtr fieldID);

Description

Returns the value of a static field of an object.

AndroidJNI.GetStaticByteField is obsolete. Use AndroidJNI.GetStaticSByteField instead.

See Also: Java Native Interface Specification (Oracle)