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.
正しくリンクするには、Application.mkファイルでライブラリのパスを指定する必要があります。これを行う方法?そのためのGCCコマンドはありますか?
LOCAL_LDLIBS := -L/path/to/the/libraryファイルに追加する必要がありますAndroid.mk。
LOCAL_LDLIBS := -L/path/to/the/library
Android.mk
-L/path/to/the/librarygcc コマンド ライン パラメータにフラグを追加します。
-L/path/to/the/library