“'this' is not available” in debug windows of Android Studio

前端 未结 6 1257
梦如初夏
梦如初夏 2020-12-10 10:23

I get this message in debug windows in Android Studio. This is not a static method, nor is it a class. What does it mean?

6条回答
  •  轮回少年
    2020-12-10 10:57

    I think this is an issue related to Reflexion. My project was using Hugo. As soon as I disable it, the bug disappeared.

    Issue has been pushed : https://github.com/JakeWharton/hugo/issues/127

提交回复
热议问题