Search this blog

How to edit android manifest file


Now let’s edit the Android manifest file. One setting you’re going to want to know
about is the debuggable attribute. You will not be able to debug your application
until you set this value, so follow these steps:
1. Open the AndroidManifest.xml file in the resource editor.
2. Navigate to the Application tab.
3. Pull down the drop-down for the debuggable attribute and choose true.
4. Save the manifest file.
If you switch to the AndroidManifest.xml tab and look through the XML, you will
notice that the application tag now has the debuggable attribute:
android:debuggable=”true”

0 comments:

Post a Comment