Home  >  Article  >  Java  >  What software to use for Android programming

What software to use for Android programming

爱喝马黛茶的安东尼
爱喝马黛茶的安东尼Original
2019-08-17 10:08:329874browse

What software to use for Android programming

For those of you who have just started developing Android apps, are you still worried about tools? For learning Android, the first problem is to set up an Android development environment. Choosing good tools is very important for improving our writing speed and code. Next, let’s talk about the more commonly used Android development tools.

First, you can start Android application development on the following operating systems:

·Microsoft Windows XP or higher.

·Mac OS X10.5.8 or later with Intel chip.

·Linux systems including GNU C library version 2.7 or higher.

Second, all the tools needed to develop Android applications are free and can be downloaded from the Internet. Here is a list of software you need to start developing Android apps.

·Java JDK5 or later version

·Android SDK

·Java runtime environment (JRE)

·Android Studio

·(Optional) Eclipse IDE used by Java developers

·(Optional) Android Development Tools (ADT) Eclipse Plug-in

The last two components are optional. If you are working on a Windows machine, these components will facilitate the development of Java-based s application.

Related recommendations: "java Development Tutorial"

What software to use for Android programming

##Android Studio

Android Studio is an Android integrated development tool launched by Google. Based on IntelliJIDEA and similar to EclipseADT, Android Studio provides integrated Android development tools and debugging. This is an Android development tool recommended by Google. At present, it is basically used in Android app development in the company. It has a size close to 1G, which is relatively high for computer configurations. This product is very friendly to support virtual machines. You can choose the Android SDK to download and support visual interface layout. The download of this software is also relatively simple. You can search Android Studio on Baidu to find the Chinese community for download. The Android Studio Chinese group provides experience exchange and summary on Android Studio installation, configuration, bug submission and other issues, and provides local support for Chinese developers. The subsequent installation is relatively cumbersome, and requires debugging the virtual machine, downloading the SDK, etc. But if you don’t understand, you can go to the community to find help.

What software to use for Android programming

Eclipse tool construction

Eclipse is an open source, Java-based extensible development platform. By itself, it is just a framework and a set of services for building development environments through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including the Java Development Kit (JDK). We can build an Android development environment by adding ADT (Android Development Tools) Android development tools to Eclipse. Google no longer provides follow-up support services for this tool. This software has a relatively small memory footprint compared to Android Studio, and previous programmers had a soft spot for it.

What software to use for Android programming

The above is the detailed content of What software to use for Android programming. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:How to program in javaNext article:How to program in java