Skip to content Skip to sidebar Skip to footer

Debuggable Is True In Release Mode Build?

debuggable=true in release mode apk. When I tried to hard code this property I am getting below error 'Avoid hardcoding the debug mode; leaving it out allows debug and release b

Solution 1:

testcoverageenabled = true was the problem. Changed to false and now debuggable=false working.


Solution 2:

My personal observation. I tried the same in sample hello word app, then debuggable=true property is not added to android manifest.


Post a Comment for "Debuggable Is True In Release Mode Build?"