I need to specify the path of library in Application.mk file to link it correctly. How to do this? Is there any GCC command for that?
You have to add LOCAL_LDLIBS := -L/path/to/the/library
into the file Android.mk
.
Add -L/path/to/the/library
flag to gcc command line parameters.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With