出处:http://www.cnblogs.com/linlf03/archive/2012/12/01/2797307.html

http://mobile.tutsplus.com/tutorials/android/android-sample-apps/

 The Android SDK includes many sample apps that can help you learn Android by inspecting how different APIs are used to build a mobile application. These sample apps are available for download through the Android SDK Manager. Learn how to easily create Eclipse projects around these sample apps, compile them, and use them in your own projects.


Part 0: Getting Started

This tutorial is for the Java developer just getting started learning Android app development, who is familiar with Eclipse, and who has installed the Android SDK with the Android Developer Plugin for Eclipse. If you are not prepared,see the previous tutorials in this series.


Step 1: Download the Android Samples

The Android SDK Samples can be downloaded using the Android SDK Manager. The samples are organized by the API Level they were designed for, and can be downloaded under the label “Samples for SDK”. On a related note, the Google API add-on downloads tend to come with samples specifically to illustrate their usage.

As you’re aware, the Android SDK Manager downloads samples into a directory under your SDK installation. You could use these to start the project. You could even copy them out so you don’t modify the originals. But, that’s not how we’re going to do it! There’s a better way!


Step 2: Start the Sample Project Wizard

In Eclipse, choose File > New > Other…, then expand the Android folder, and choose “Android Sample Project”.


Step 3: Pick a Build Target

Next, you’ll be presented with a list of build targets. What you see here is directly related to which API Level samples you have installed through the Android SDK Manager. What you see in our screenshot is probably overkill. Few will want to target Android 1.1 (Really).

You can only choose one build target for your project. To follow along, choose Android 4.1, Android Open Source Project, which is API Level 16.


Step 4: Pick a Sample Project

On the next screen, you’ll be shown a variety of compatible sample projects to choose from. Projects that end in “> tests” are JUnit test projects that match up to a primary project. They are less interesting for the beginner, so stick to non-test projects for now.

Pick a sample project, then type in a name if you’d like to change it. Changing the name is useful if you’ve already created the sample project once and want to create a new version within the sample Eclipse workspace. To continue following along, pick ApiDemos. We’re naming it “ApiDemo 4.1″ so as not to confuse it with other ApiDemos samples from other SDK versions.


Step 5: Explore a Sample Project

Your new project will now show up in Eclipse. You can look through its files, packages, and the structure of the sample app. The ApiDemos sample app is particularly big, as it has sample code to demonstrate almost every core Android API.


Step 6: Launch a Sample Project

Let’s compile and launch our new sample project on the emulator. First, start your emulator and wait for it to fully launch (forget how this works? SeeAndroid Virtual Device Creation).

Next, choose Run > Run Configurations…

Double-click on Android Application (or right-click and choose New). On the first tab, choose the Browse… button, pick your new sample project, and click OK.

Now fill in the Name field. We usually name our Run Configurations with the project name to avoid confusion but you can name it whatever you like. Run and Debug Configurations have different options such that you could want multiple configurations for a single project.

On the Target tab, check the radio button for “Always prompt to pick device.” Take note of some of the other Run Configuration options, like the network speed and latency; we’re not going to use any of these options right now but it’s worth knowing where they are.

更多相关文章

  1. Android(安卓)Studio添加aar依赖的两种方式
  2. Android(安卓)Init Language(android init.rc语法)
  3. (二) Android(安卓)NDK 官方下载地址
  4. Android(安卓)UI开发第一篇——android的九宫格式实现
  5. 摩托罗拉咬定Android不放松2011-01-17 14:02出处:广州日报(广州)
  6. Android(安卓)library projects cannot be launched解决方法
  7. Android(安卓)如何检测一个服务是否还在运行?
  8. Android(安卓)Dev Guide 中文版一 (原创,请注明出处)未完待续
  9. Android(安卓)Dev Guide 中文版二 (原创,请注明出处)未完待续

随机推荐

  1. Markdown知识点+HTML标签对应功能
  2. markdown的常用语法
  3. Markdown语法小结和HTML标签学习小结
  4. 0316html
  5. 3.16作业
  6. sai怎么画磨砂质感?磨砂质感画法教程
  7. HTML基础标签练习作业
  8. 【北亚数据恢复】服务器误删除卷导致raid
  9. Markdown常用语法练业作业
  10. Vue2 composition-api 升级