Getting Started with Android-Environment building

Source: Internet
Author: User

Recently, in addition to revising the paper, there is nothing to learn about Android development, the first course of Android development, on-line Baidu various versions of the building environment, the basic steps are

1.install JDK

2.install Eclipse

3.install SDK

4.install ADT (Android develop tool),

So began to do their own, to the official website to download the SDK, the results found that there is integrated ADT Eclipse and SDK package download, for beginners, I have omitted the configuration installation steps. Elcipse SDK ADT Download link http://developer.android.com/sdk/index.html#download

1, unzip the download package,

Enter Eclipse to open Eclipse.ext launch Eclipse, outside the SDK. After the SDK Manager is open, you can select the package to install the response as prompted

2.

3. Top left corner two buttons, one is the SDK management, one is AVT management, click on AVT New, Next->next choose to create the simulator as needed,

4. When the above steps are complete, new Android project

5.run as prompt to select the configuration, click Target ... Select the AVT you created earlier

6.helloworld program is done, because it is running on the simulator line, so it may be slow!

Key Codes <TextView

Android:layout_width= "Wrap_content"Android:layout_height= "Wrap_content"Android:autolink= "All" phone, url identificationAndroid:singleline= "true" lineandroid:focusable= "true"android:ellipsize= "Marquee"Android:marqueerepeatlimit= "Marquee_forever"Android:focusableintouchmode= "true"
/ * above for style, text of the marquee effect */Android:text= "@string/hello_world" /> Text content points to Hello_world in String.xml
<?XML version= "1.0" encoding= "Utf-8"?><Resources>    <stringname= "App_name">HelloWorld</string>    <stringname= "hello_world">Welcome to learn Android Development!phone:323424324324324 Blog Http://www.cnblogs.com/knightshibiao</string>    <stringname= "Action_settings">Settings</string></Resources>

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.