Android Development Study Notes
1. Environment construction of Android development
2.SDK directory structure and introduction to ADB tools and commands
3. Create a first Android project
1. Open Eclipse, select File-->new-->others ...
2. In the pop-up window select Android Expand--Select Android application Project-->next
3. As shown: In the pop-up window, enter the application name, project name, package name, minimum run version, maximum run version, compile version, form style, and click Next.
4. As shown: The Create custom Lacunch icon before the tick and create activity before the check, and then set the project save location.
5. Modify the application ico icon and background color as shown in.
.
6. Check the Create activity tick before clicking Next.
7. In the pop-up window you can modify the application interface name and layout name, here by default, click Done.
8. Create a new two mobile phone simulator, see:1. The environment of Android development, ......... .....
9. Launch the built-in Phone simulator.
10 run the built-in Android app.
11. Select any one of the simulated phones and click OK.
12. Here our first "Hello word" Android program runs out.