I wanted to debug the the app i am developing and it is my first app. I followed a video where it showed to set debuggable to true in androidmanifest file and i did so . I am getting this particular error in that androidmanifest.xml file at line of code android:debuggable= "true"
Error is
Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one
Please someone help me with this.