android-studio - android studio bundle和android studio ide区别
怪我咯
怪我咯 2017-04-17 15:54:58
0
6
744
怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(6)
小葫芦

bundle is sdk and ide,

PHPzhong

bundle: sdk + as
The other one only has as

迷茫

Now Google officially recommends Android Studio.
android studio bundle requires Eclipse to install the ADT plug-in for Android development.
android studio ide, a complete set of Android development IDEs, can be used after installation. Of course, the premise of everything is that JDK must be installed.

阿神

To be precise, these are the three types:
It started with eclipse + independent ADT
Developed by Google into ADT-Bundle
Google launched its own Android Studio IDE based on IntelliJ IDEA

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

The emergence of these three versions has certain historical reasons:

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

For example, android-studio-ide-version-linux.zip does not contain SDK Tools. Running Android Studio will prompt you to download and install SDK and other tools online. Bundle is an IDE that packages the SDK.

Ty80

android studio bundle = android studio ide + latest android sdk

If there is an SDK, download the android studio ide. If there is no SDK, download the android studio bundle

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template