• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps How to debug an application

Ganesh

Newbie
when I am trying to debug application I am getting following mesage

"Application 'com.todolistnew' does not have the attribute 'debuggable' set to TRUE in its manifest and cannot be debugged."


I was unable to find the place where 'debuggable' attribute is to be set
Can anybody help me?


Thank you in advance
 
In Eclipse, double click on your AndroidManifest.xml file. Go to the "Application" tab. On the right side, you will see "debuggable". Set that to true.

Make sure you set it back to false before you release the application to the market.
 
Back
Top Bottom