This version of Unity is unsupported.
Method group is Obsolete

AndroidJNI.SetStaticByteField

Obsolete AndroidJNI.SetStaticByteField is obsolete. Use AndroidJNI.SetStaticSByteField method instead.

Declaration

public static void SetStaticByteField(IntPtr clazz, IntPtr fieldID, byte val);

Description

Sets the value of a static field in the specified object.

AndroidJNI.SetStaticByteField is obsolete. Use AndroidJNI.SetStaticSByteField instead.

See Also: Java Native Interface Specification (Oracle)