AndroidJNI.AttachCurrentThread

public static int AttachCurrentThread();

Description

Attaches the current thread to a Java (Dalvik) VM.

A thread must be attached to the VM before any other JNI calls can be made.

Returns 0 on success; returns a negative number on failure.

See Also: Java Native Interface Specification (Oracle)

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答