debug

Android Debugging is not working

Solutions
PROBLEM You add breakpoints and you cannot debug your code. CAUSE The problem might beĀ that you have ProGuard enabled in the gradle file. buildTypes { release { minifyEnabled true }…
keyboard_arrow_up