i.e:
static {
// Library
System.loadLibrary("***");
}
当我在overview.html中阅读You must provide a native shared library that contains the implementation of these methods
行时,我对此产生了疑问。
所以任何人都可以告诉我是否可以在.java文件中使用lib ***。a。
如果是,那么如何?
因为you should not use the 'lib' prefix and '.so' suffix here.
写在overview.html中。
答案 0 :(得分:3)