Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AndroidJNI.AttachCurrentThread

static function AttachCurrentThread(): int;
static int AttachCurrentThread();
static def AttachCurrentThread() as int

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)