多くの検索を行った後、.java ファイルで lib***.a を使用できるかどうかということをまだ 1 つ見つけることができません。
i.e:
static {
// Library
System.loadLibrary("***");
}
私はYou must provide a native shared library that contains the implementation of these methods
overview.htmlの行を読んだときにこの疑問を抱きました。
.java ファイルで lib***.a を使用できるかどうかを教えてください。
はいの場合、どのように?
you should not use the 'lib' prefix and '.so' suffix here.
はoverview.htmlに書かれているので。