All Questions
Tagged with jdk-desugaring android-studio-debugger
1 question
2
votes
1
answer
107
views
How can I debug java.time classes in an Android app with desugaring enabled?
In the app that I develop we use ZonedDateTime and some other classes from java.time package very often. And from time to time there is a need for debugging.
I am facing such problems as:
...