December 2013
Beginner
416 pages
12h 45m
English
Once you have created and launched an AVD, you can run an application on it. You don’t always have to start the AVD first: After you run the application the first time, Eclipse remembers the run configuration for your project, and it will use that configuration (with the AVD used) the next time you run or debug the application.
To run the application for the first time, follow these steps.
1. Right-click the On Your Bike - Chapter 3 project.
2. Select Run As > Android Application from the main menu.
3. The very first time you run an Android application, Eclipse will prompt you to enable LogCat, an Android-specific view for tracing and logging. This tool shows log messages from your application as it is running. ...
Read now
Unlock full access