Hi I am developing android application. I want to test my application in active android device from eclipse.
My device is Huawei Honor Holly.
I enabled "USB debugging" mode in my device.
I installed "Google USB Driver" in SDK manager.
I was trying to modify "android:debuggable="true"" in AndroidManifest.xml. It shows error like "Android Error :Avoid hardcoding the debug mode; leaving it out allows debug and release builds to automatically assign one"
Help me out to solve this problem