I\'m having trouble debugging C++ files of my library module.
Is this possible in general?
The debugging works fine if the application project contains the c++ c
I had the same error ("Attention! No symbol directories found - please check your native debug configuration."). My solution was (Android Studio 3.2):
Run → Edit Configuration → "Debugger" tab → add your working path to Symbol Directories.