android - Visual Studio 2015 cross platform addition dependencies doesn't work? -


i'm try include shared library (.so) in android cross platform dynamic library, put name of "so" dll in project configuration under "addition dependencies"

but when compile "linker" doesn't found library.

i tested add "path" in "additional library directories" , "shared library path" nothing, same error.

works if put entire path name library on "additional dependencies" compiled "so" (opened text reader) reports entire path dll , in runtime call c:.. in android device!?!.

project configuration

linker configuration

someone have same issue ?


Comments

Popular posts from this blog

ruby on rails - Permission denied @ sys_fail2 - (D:/RoR/projects/grp/public/uploads/ -

c++ - nodejs socket.io closes connection before upgrading to websocket -

java - What is the equivalent of @Value in CDI world? -