Android Studio Tools released by Google

Source: Internet
Author: User

Official help documentation and

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

 

Introduction to Android Studio

The Google I/O 2013 conference kicked off at on October 11, May 16, 2013, Beijing time. At the press conference, Google launched a developer tool named androidstudio, it is said that the development environment and mode of this tool are more abundant and convenient. It can support a variety of voices, and can also provide developers with test tools and various data analysis tools, in addition, the code update function is also demonstrated to achieve real-time effect preview. developers can view their applications on screens of different sizes while writing programs.

Real-time Preview

Multi-language support

 

Download and install:

(If it cannot be started, run Studio. bat in the bin directory to view the error message.
Currently, two types of problems are found: one is for a 32-bit machine, find the row where set bits = 64 in studio. bat, and change it to "If
Exist "% JRE % \ Lib \ i386" set bits = 32 "; one is to redefine the environment variable, add the java_home variable under the system variable, and add Android after the PATH variable
Directory of the bin directory of studio)

Open in notepad in the Android-studio \ bin directoryStudio.exe. vmoptions
Remove-XX: + usecodecacheflushing from the fifth line

 

11. Create a helloworld project with Android studio, which is similar to the creation project in eclipse.

12. This interface is used to select the page layout style of the activity.

13. Wait a moment for our first helloworld to be created.

14. After creating a project, you will see the layout files (*. XML) and activity files (*. Java) that we often use)

 

15. Test and run the created Project and click the triangle button in green to run it.

 

16. The running result is as follows:

17. Edit the simulator if it cannot be run.

18. Click the ellipsis (...) next to test To Go To The simulator editing page.

In this way, you can edit AVD.

 

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.