打开了一个别人的项目,无端端出现这个问题。Google了一大圈按照别人的方式也没解决,下面是我的解决方式

  1. 点击 attach debugger to android process 及下图debug图标的时候出现这个问题

    C++ debugger package is missing or incompatible - do you want to fix it

  2. 出现如下图所示错误,C++ debugger package is missing or incompatible - do you want to fix it。 我选择 yes 进行下载修复之后还是不能步骤1的debug

    C++ debugger package is missing or incompatible - do you want to fix it

  3. 在 gradle.properties 文件中看到了这句 android.useDeprecatedNdk=true 将其注释掉或者删除 重新build 之后就可以进行步骤一的debugger了。

    C++ debugger package is missing or incompatible - do you want to fix it

  4. 虽然解决了这个问题,但是没有弄明白 这句话和 debugger的关系 ��啊

    C++ debugger package is missing or incompatible - do you want to fix it

相关文章:

  • 2021-11-15
  • 2022-12-23
  • 2021-12-08
  • 2021-07-23
  • 2022-12-23
  • 2021-07-01
  • 2021-10-21
  • 2022-01-11
猜你喜欢
  • 2021-07-26
  • 2021-06-26
  • 2022-12-23
  • 2021-05-09
  • 2021-07-31
  • 2021-09-26
相关资源
相似解决方案