I have an ndk application that uses a linked library. When I compiled the library by myself on the same PC, the android studio could see the source code files from the library. But now I have a compiled library (on some other PC) and a project with source code files.
So the question is: is it possible to map paths from debug info and real paths on my PC?