android environmental issues

1.android studio bundle and android studio ide difference

android studio bundle and android studio ide difference

Accurate to say that these three:
the beginning is independent of ADT eclipse +
by Google Bundle-development ADT
Google launched its own based on IntelliJ IDEA of Android Studio IDE

ADT is the Android Developer Tools Android Development Tools
IDE Integrated Development Environment is an integrated development environment

There are three versions of the emergence of a certain historical reasons:


    
    
  1. 最开始只有eclipse+独立的ADT一种开发环境,但是由于eclipe作为一种通用的IDE,带来的问题太多,经常出现eclipse的版本不兼容ADT的情况,或者ADT不兼容eclipse的情况。
  2. 为了解决这个问题,Google推出了ADT-bundle版本,ADT-bundle版本解决eclipse和ADT直接的不兼容的问题。
  3. 但是由于eclipse的主要目的是打造为适应各种语言的开发环境,而不单单为安卓服务,所以Google决定自己解决这个问题,就有了Android Studio;个人的话,推荐先学习ADT-bundle版本,好些公司的开发环境还没有迁移到Android Studio。
  4. 当然现在Google官方是推荐使用Android Studio。

If the SDK is installed on the next android studio ide, did not install the SDK on the next android studio bundle!

Reference from: https://segmentfault.com/q/1010000003708444

Of course, you can also install the SDK, and then install the android studio ide!

The role of the SDK: Android SDK provides developers with Android applications required API libraries and build the required test and debug Android application development tools.

SDK Downloads:

https://dl.google.com/android/installer_r24.4.1-windows.exe

https://android-sdk.en.softonic.com/ (need access to outside network)

https://www.androiddevtools.cn/ (search android-sdk download)

http://tools.android-studio.org/index.php/sdk

android studio ide download:

https://developer.android.com/studio/#downloads

android studio bundle download:

https://zh.osdn.net/projects/libraryzip/downloads/68175/android-studio-bundle-162.4069837-windows.exe/

You can also download a variety of tools:

https://github.com/inferjay/AndroidDevTools

Building installation development environment may refer to:

https://www.cnblogs.com/xdp-gacl/p/4322165.html

https://blog.csdn.net/u013926216/article/details/81784745

Reprinted Source: https://blog.csdn.net/u013012406/article/details/85263707

Guess you like

Origin www.cnblogs.com/itzlg/p/11071987.html