美文网首页Android Other
android studio无法debug解决方法

android studio无法debug解决方法

作者: 小相柳 | 来源:发表于2018-03-13 18:19 被阅读3143次

    今天在调试的时候不管怎么弄就是不能进入debug模式:

    一直显示这个弹窗。同时看到报错:Attention! No symbol directories found - please check your native debug configuration

    这个估计是和本地的设置有关,网上有一些解法,比如重设AS 的android NDK location ,然而发现ndk的位置无法重置。

    搞了几个小时终于搞定,特此记录之。

    在Android studio, file-->settering--->plugins----android NDK support插件的选项去掉。重新编译后再debug就可以了。

    相关文章

      网友评论

        本文标题:android studio无法debug解决方法

        本文链接:https://www.haomeiwen.com/subject/tlxtqftx.html