Android Studio Tutorial: [1] Creating an app project

Source: Internet
Author: User

Android Studio, as an Android development tool that's coming to market soon, is becoming more and more popular, and here I'll show you how to create an app project in Android studio and learn about other operations and programming methods for Android studio in future experience.

Tools/Materials
    • Android Studio
Method/Step
  1. Open the software and select File-New project in the menu to open the Create Wizard.

  2. Configure the project, determine the name and store the project storage path;

    Application Name: Project name

    Company domain: Corporate domains

    Package Name:app Packaging Name

    Project Location: Storage path

    It is best to remove the examples from the name.

  3. Next, set the minimum version of the compatible Android, which, depending on the situation, is set to Android version 2.3.

  4. If you are unsure of the differences between versions, you can click on "Help me Choose" and the features of each Android version are described in the open window.

  5. After determining the minimum compatible version, select the project activity type, there are many ready-made templates to use, for beginners to choose the default blank activity.

  6. Next, set the activity name, the name of the interface layout, and the interface title, and finally click Finish to complete the project creation.

    Steps to read
  7. After the creation, in the project name-"app-" src-"main-" res-"layout, double-click the XML file is to open the Active Interface Design window.

    END
Precautions
    • Be careful to choose the minimum compatible version of Android as appropriate

Android Studio Tutorial: [1] Creating an app project

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.