Search this blog

Creating Debug and Run Configurations for Android Application in Eclipse


Firstly one thing I want to mention is that you are almost ready to launch your application. You just have one last task remaining .You need to create a Debug configuration (or a Run configuration) for your project.
To do this,follow the given below steps:

1. In Eclipse, choose Run, Debug Configurations.
2. Double-click the Android Application item to create a new entry.
3. Choose that new entry, called New_configuration
4. Change the name of the entry to DroidDebug.
5. Choose the Droid1 project by clicking the Browse button.
6. On the Target tab, check the box next to the AVD you created
7. Apply your changes by clicking the Apply button.

After applying all the above steps you will have a picture like this




0 comments:

Post a Comment