# Print output for @column tags ?> UnsatisfiedLinkError - Android SDK | Android Developers

Most visited


Recently visited


UnsatisfiedLinkError

public class UnsatisfiedLinkError
extends LinkageError

java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Error
       ↳ java.lang.LinkageError
         ↳ java.lang.UnsatisfiedLinkError


Thrown if the Java Virtual Machine cannot find an appropriate native-language definition of a method declared native.

See also:

Summary


Public constructors

UnsatisfiedLinkError()

Constructs an UnsatisfiedLinkError with no detail message.

UnsatisfiedLinkError(String s)

Constructs an UnsatisfiedLinkError with the specified detail message.

Inherited methods

Public constructors


UnsatisfiedLinkError

public UnsatisfiedLinkError ()

Constructs an UnsatisfiedLinkError with no detail message.

UnsatisfiedLinkError

public UnsatisfiedLinkError (String s)

Constructs an UnsatisfiedLinkError with the specified detail message.

Parameters
s String: the detail message.

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.