Debugging C++/native library modules not working with Android Studio (Cmake used)

前端 未结 3 1207
刺人心
刺人心 2021-02-06 04:07

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

3条回答
  •  情书的邮戳
    2021-02-06 05:01

    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.

提交回复
热议问题