search

Home  >  Q&A  >  body text

android-studio - android studio bundle和android studio ide区别

怪我咯怪我咯2773 days ago743

reply all(6)I'll reply

  • 高洛峰

    高洛峰2017-04-17 15:56:58

    bundle is sdk and ide,

    reply
    0
  • PHPz

    PHPz2017-04-17 15:56:58

    bundle: sdk + as
    The other one only has as

    reply
    0
  • 迷茫

    迷茫2017-04-17 15:56:58

    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.

    reply
    0
  • 阿神

    阿神2017-04-17 15:56:58

    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。

    reply
    0
  • 黄舟

    黄舟2017-04-17 15:56:58

    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.

    reply
    0
  • PHP中文网

    PHP中文网2017-04-17 15:56:58

    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

    reply
    0
  • Cancelreply