
42 ◾ PhoneGap Build
Note: Because Eclipse runs an application in the debug mode by default, we need to ensure that our
application is debuggable. is is done by assigning a true value to the android:debuggable
attribute in the <application> element of the AndroidManifest.xml file of our applica-
tion. We did not do this step above because as of ADT 8.0, this is done by default.
Now, we are all set to run and install the application on the physical device. So, select the
Run->Run option or select the Run icon from the toolbar, or right-click on the application in the
Package Explorer window and select the Run As->Android Application option.
W