Issue
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?
src="https://i.stack.imgur.com/96KSo.png" alt="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
Answered By - Anthony
Answer Checked By - Mary Flores (JavaFixing Volunteer)