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.
remove this line android:debuggable= "true">
or
Go to Tools > Build Clean to solve your problem
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With