I compile a project using prebuild shared libraries (compiled elsewhere), that I want to debug in Android Studio.
I tried to copy the library source code into my Android Studio project, and use them to make breakpoints, but it's not working. It cannot find the position to put it (pending breakpoint). The prebuild libraries are well debugging compiled, but elsewhere.
How can I include library source files into my android studio project, and used them to debug my prebuild libraries during application execution?