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!?!.
someone have same issue ?
Comments
Post a Comment