What tools are used for Android development? Eclipse | AS, androideclipse

Source: Internet
Author: User

What tools are used for Android development? Eclipse | AS, androideclipse

The so-called public desire must be a powerful tool first, so let's take a look at android development tools. Android development tools include Eclipse and android Studio, and IntelliJ IDEA, which many may not know.

First, let's take a look at Eclipse. I think eclipse is currently the most used. Although it is being transferred to AS, many previous projects use Eclipse, in addition, everyone is used to it. Therefore, even new projects are still using eclipse.

In fact, I didn't like eclipse at the beginning. First, the interface was not very nice. In addition, I often encountered some inexplicable problems. Because the C # program used visual studio, in contrast, there are still some gaps (for IDE itself ).

Later I saw the AS preview, So I downloaded the AS, but unfortunately, the AS was disappointing, and it was impossible to run. It seems that the first time the pre-viewed version of AS was running, it was necessary to download gradle online. It took a long time to download gradle, so the enthusiasm for AS would disappear. Use Eclipse.

In addition, AS uses a completely different compilation method gradle, you still need to have some knowledge of gradle. Although Eclipse provides plug-ins to convert projects, it will always encounter troubles.

Here, let's take a look. Currently, there are two different android compilation methods: ant and gradle. gradle seems to be a more advanced method, so it is used in AS for compiling. Eclipse is compiled using ant.

Originally, I thought that replacing IDE would just open a project in another place, just like editing a document in notepad or using Sublime. However, AS is not the case. Because of the replacement of the compilation method, the entire project structure has changed.

In principle, the new tool AS should be compatible with ant, but in fact AS cannot compile ant projects. To import eclipse projects, you need to convert them.

However, I still saw another IDE, The IntelliJ IDEA mentioned earlier. AS is based on IDEA, and I didn't know much about IDEA. I think since AS is developed based on IDEA, IDEA may be relatively primitive, and I am not very concerned about it.

Later, I saw that IDEA could also be used to develop Android projects, so I downloaded it. In fact, IDEA supports ant compilation, that is, it can import eclipse projects without changing the compilation method. That is, it is like editing a document in notepad, you can also edit it using notepad ++.

Therefore, I have been using IDEA for Android, compiling it in ant mode, and compatible with eclipse. However, I am going to use gradle to compile a new project later.

When using AS or IDEA, you need to pay attention to memory consumption. If the machine performance is poor, it will not work. After running, it will occupy 1 GB of memory, SO 2 GB of memory won't work at all.

If you think this article is helpful to you, please follow my public account: zhaojieTec. For more information, please wait .....

 

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.