Initial Experience of Android Studio

Source: Internet
Author: User

Google released Android studio, a new Android development tool, at the I/o2013 conference and made a try over the weekend. Yes

Download the package at http://developer.android.com/sdk/installing/studio.html, and set it to v0.1. Official explanation: Android studio is

New Android Development Environment Based on intellij idea. Similar to eclipse with the ADT plugin.

Android studio and eclipse + ADT are very similar, so there is no difficulty in transferring eclipse in the past.


Android studio is based on intellij idea. In addition to the intellij function, Android Studio also provides:

  • Support for Gradle-based construction;
  • Specific Android reconstruction and quick fix;
  • Prompt tools to better control and capture program performance, availability, version compatibility, and other issues;
  • Support ProGuard and application signature functions;
  • The built-in layout editor allows you to drag and drop the UI components and preview the layout on multiple screen configurations.


Android Studio provides Windows, Mac OS X, and Linux versions. You can download them based on your system.


Download the installation, see: http://developer.android.com/sdk/installing/studio.html#Installing


After the installation is complete, open Android studio,


When using the new project for the first time, the following message may be reported:

Your Android SDK is out of date or is missing templates. Please ensure you are using SDK version 22 or later.

This requires you to use the new SDK. Previously, you used to use Android SDK and ADT in eclipse. Now you only need to go to eclipse to update the SDK. Or find the SDK manager.exe upgrade under the SDK directory.

After the upgrade, set the SDK, Configure --> Project Defaults --> Project Structure, as shown in figure



After setting, you can create a project. Create a project:



Set icon:


Select different activities. The preceding steps are the same as those in Eclipse.



The new project structure is as follows, so that the project is created simply.


Refer:

Http://developer.android.com/sdk/installing/studio.html;


/**

* @ Author Zhang xingye * http://blog.csdn.net/xyz_lmn* my Sina Weibo:@ Zhang xingye TBOW

* Android Development Group: 241395671

*/

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.