This version of Unity is unsupported.
Method group is Obsolete

AndroidJNI.GetByteField

Obsolete AndroidJNI.GetByteField is obsolete. Use AndroidJNI.GetSByteField method instead.

Declaration

public static byte GetByteField(IntPtr obj, IntPtr fieldID);

Description

Returns the value of an instance (nonstatic) field of an object.

AndroidJNI.GetByteField is obsolete. Use AndroidJNI.GetSByteField instead.

Additional resources: Java Native Interface Specification (Oracle)