AndroidJNI.AttachCurrentThread

매뉴얼로 전환
public static int AttachCurrentThread ();

설명

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)