Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今、私はlibharuをsoにコンパイルしましたが、コード:System.LoadLibraryを書くと、それは機能しません。エラーメッセージは次のとおりです。
java.lang.UnsatisfiedLinkError:libharu.soを読み込めませんでした:findLibraryがnullを返しました
どうしたの?
soファイルの名前は何ですか?lib\armeabiEclipseのフォルダーにありますか?
so
lib\armeabi
拡張子System.loadLibrary("libharu")ではなく、でロードする必要があります。.so
System.loadLibrary("libharu")
.so