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?
However, you need to make sure you're using an APK with debugging enabled. To start debugging an APK, click Profile or debug APK from the Android Studio Welcome screen. Or, if you already have a project open, click File > Profile or Debug APK from the menu bar.
Android Studio provides a debugger that allows you to do the following and more: Select a device to debug your app on. Set breakpoints in your Java, Kotlin, and C/C++ code. Examine variables and evaluate expressions at runtime.
Inside Lambda block we can't evaluate the value of variables. Changing from the lambda expression to normal expression solved my issue
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With