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(安卓)4.0时遇到的问题汇总
  2. Android追加写入文件的几种方法
  3. Android从网上下载文件
  4. Android(安卓)Banner 的简单使用步骤
  5. android实现Parcelable序列化对象
  6. Android教程之SQlit数据库操作
  7. android 自带的下拉刷新控件,含Demo(SwipeR
  8. Android各个版本对应的源代码
  9. android N 编译环境搭建
  10. Android(安卓)自定义布局对话框避免全屏