79605028

Date: 2025-05-03 19:09:52
Score: 0.5
Natty:
Report link

I've faced the same problem and fixed it by setting debuggable to false or simply remove it inside app level build.gradle file.

Before:

buildTypes {
        debug {
            debuggable true
        }
    }

After:

buildTypes {
        debug {
            
        }
    }
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Salar Arabpour