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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -