Issue
I am investigating an issue that is only present with minifyEnabled is set to true in Gradle.
I am using log statements to debug but the issue is apparently pretty deep. Is there anything I can do to have minifyEnabled set to true, but still be able to use the Android Studio debugger?
I know the answer is probably 'no', but I wanted to ask anyway.
In short: is it possible to run the Android Studio debugger with minifyEnabled set to true?
Solution
No ..but you should avoid using it on debug build. it will slow down your application .it is usefull when you release the APK for testing purposes but before that, Make you aware of using MinifyEnabled. follow this link. it is used for enable the code shrinking.(Unused codes will be shrinked).
Answered By - Noorul
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.