Create an Android project with an Android virtual device

Source: Internet
Author: User

Create an Android project

Navigator Panel Area Right-click-->new-->android application Project to open the New Android applicaton window. Enter application name (the name of the application, which is the name that appears on the phone, such as:), project name (which is typically displayed on Eclipse, project name), package name (specifying its Java bundle name, For example: com.qq.weixin). The Minimum Required SDK represents the minimum SDK version required to run the application, which is the minimum supported version. The target SDK is the version of your program's destination SDK, or the current version, the highest version. The Compile SDK is the compiler SDK version of your program, which is generally the default or the same as the target SDK. Theme represents the Android UI style, which can be set by default.

Click Next, use the default settings on the next screen, and continue clicking Next. The next screen can set the program icon, and you can set the icon in several ways.

Image indicates the selection of a custom icon, clipart means the small icon provided by the SDK is selected, and text indicates the use of literals. In addition, you can make the icon fill in white space, you can also scale the icon, and you can select a shape for the icon. The rest is to set the foreground color and background color.

Continue to click Next and select Activity template in the next screen, where we can tick create activity and select blank activity. If create activity is selected, the ADT plug-in creates a new project that contains a class that extends the activity. Note that the default template is not completely empty, but instead implements the Hello World program. Continue next, go to the next window, we can set activity name with layout name, then finish, end.

Create an Android virtual device

To be Continued ...


Create an Android project with an Android virtual device

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.