Getting Started with Android Studio

EARLY ACCESS PREVIEW

Download Android Studio v0.1
for Windows

This download includes:

  • Android Studio early access preview
  • All the Android SDK Tools to design, test, debug, and profile your app
  • The latest Android platform to compile your app
  • The latest Android system image to run your app in the emulator

Android Studio is a new Android development environment based on IntelliJIDEA. Similar to Eclipse with theADT Plugin, Android Studio provides integrated Android developer toolsfor development and debugging. On top of thecapabilities you expect from IntelliJ, Android Studio offers:

  • Gradle-based build support.
  • Android-specific refactoring and quick fixes.
  • Lint tools to catch performance, usability, version compatibility and other problems.
  • ProGuard and app-signing capabilities.
  • Template-based wizards to create common Android designs and components.
  • A rich layout editor that allows you to drag-and-drop UI components, preview layouts on multiple screen configurations, and much more.

Caution: Android Studio is currently available asanearly access preview. Several featuresare either incomplete or not yet implemented and you may encounter bugs. If you are notcomfortable using an unfinished product, you may want to insteaddownload (or continue to use) theADT Bundle (Eclipse with the ADT Plugin).

DOWNLOAD FOR OTHER PLATFORMS

Installing Android Studio

  1. Download the Android Studio package from above.
  2. Install Android Studio and the SDK tools:

    Windows:

    1. Launch the downloaded EXE file, android-studio-bundle-<version>.exe.
    2. Follow the setup wizard to install Android Studio.

    Mac OS X:

    1. Open the downloaded DMG file, android-studio-bundle-<version>.dmg.
    2. Drag and drop Android Studio into the Applications folder.

    Linux:

    1. Unpack the downloaded Tar file, android-studio-bundle-<version>.tgz, into an appropriate location for your applications.
    2. To launch Android Studio, navigate to the android-studio/bin/ directory in a terminal and executestudio.sh.

      You may want to add android-studio/bin/ to your PATH environmental variable so that you can start Android Studio from any directory.

That's it! You're ready to start developing apps with Android Studio.

Note: On Windows and Mac, the individual tools andother SDK packages are saved within the Android Studio application directory.To access the tools directly, use a terminal to navigate into the application and locatethesdk/ directory. For example:

Windows: \Users\<user>\AppData\Local\Android\android-studio\sdk\

Mac: /Applications/Android\ Studio.app/sdk/

Starting a Project

When you launch Android Studio for the first time, you'll see a Welcomescreen that offers several ways to get started:

  • To start building a new app, click New Project.

    This starts the New Project wizard, which helps you set up a project using an app template.

  • To import an existing Android app project, click Import Project.

    Note: If you previously developed your Android project with Eclipse, you should first use the new export feature in the ADT plugin to prepare your project with the new Gradle build system. For more information, readMigrating from Eclipse.

For additional help using Android Studio, read Tips and Tricks.

As you continue developing apps, you may need to install additional versionsof Android for the emulator and other packages such as theAndroid Support Library.To install more packages, usetheSDK Manager, which you canopen from Android Studio by clickingSDK Manager in the toolbar.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. 优秀的Android计算器
  2. 一行代码使Android状态栏变沉浸式透明化
  3. 利用 LeakCanary 来检查 Android(安卓)内
  4. 融云 Android(安卓)sdk 2.1+ 稳定版 UI
  5. android修改TextView中部分文字的颜色来
  6. Android使用矢量图(SVG, VectorDrawable)实
  7. Android中的dp
  8. java后台程序员转android 《二》之 集成
  9. Android(安卓)Monkey工具
  10. AndroidStudio快捷键和使用相关