This version of Unity is unsupported.
Method group is Obsolete

AndroidJNI.CallStaticByteMethod

Obsolete public static byte CallStaticByteMethod(IntPtr clazz, IntPtr methodID, jvalue[] args);

Description

Invokes the specified methodID static method on a Java object, optionally passing in an array of arguments (args).

AndroidJNI.CallStaticByteMethod is obsolete. Use AndroidJNI.CallStaticSByteMethod instead.

See Also: Java Native Interface Specification (Oracle)