androiddebuggingandroid-studiohugo-logging

"'this' is not available" in debug windows of Android Studio


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?

enter image description here


Solution

  • 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