I am studying a problem that is only present with minifyEnabled, for true in Gradle.
I use logical operators for debugging, but the problem seems to be pretty deep. Is there anything I can do to make minifyEnabled set to true, but can I still use the Android Studio debugger?
I know that the answer is probably no, but I still wanted to ask.
In short: is it possible to run the Android Studio debugger from minifyEnabled to true ?
android android-studio
Marc dinino
source share