Once we create a project, of course we need to run the application that we have made. To do that, we need to make a run configuration in a way to the menu Run -> Run Configurations. In the left pane, double-click Android Application, it will be made a new run configuration.
Fill in the name of the run configuration as desired, click the Browse button and select the project you want to run. Then at the launch action, select Launch and select activitiy we've ever made, click the Apply button.
After that, we headed to the Target tab, in the Deployment Target Selection Mode, select Always prompt to pick device, but if you want to automatically select the Automatically pick ... eg choose from AVD (Android Virtual Device) we have created. If so, press the Apply button.
After making a run configuration, we can run our application by pressing the Run button. Or later, then press the Close button. Up here, we have managed to create a run configuration for Android application projects we have created. And our application ready for action.



No comments:
Post a Comment