最近突然AS不能debug了,愁死了,一开debug页面就卡死,APP也卡死。找了很多方法,什么设置里gradle设成off-line模式,什么Invalidate Caches/Restart,什么设置VM Options,都没有用。最后在Stack Overflow找到了类似的问题,并成功解决。
https://stackoverflow.com/questions/32863331/android-studio-frame-is-not-available
This message appears because u set too many breakpoints, and threads are waiting data from other threads, to settle this, you could cancel some breakpoints and waiting for the data to be ready…
大概意思就是,你之前残留的断点太多了,把AS卡死了。。。。。。
把不需要的断点全部清除掉就OK啦~~~