链接地址:https://dl.google.com/dl/android/studio/install/1.0.0/android-studio-bundle-135.1629389.exe




Installing Android Studio

Android Studio provides everything you need to start developing apps for Android, including the Android Studio IDE and the Android SDK tools.

If you didn't download Android Studio, godownload Android Studio now, or switch to thestand-alone SDK Tools installinstructions.

Before you set up Android Studio, be sure you have installed JDK 6 or higher (the JRE alone is not sufficient)—JDK 7 is required when developing for Android 5.0 and higher. To check if you have JDK installed (and which version), open a terminal and typejavac -version. If the JDK is not available or the version is lower than 6,go download JDK.

[ Show instructions for all platforms ]

To set up Android Studio on Windows:

  1. Launch the.exefile you just downloaded.

  2. Follow the setup wizard to install Android Studio and any necessary SDK tools.

    On some Windows systems, the launcher script does not find where Java is installed. If you encounter this problem, you need to set an environment variable indicating the correct location.

    SelectStart menu > Computer > System Properties > Advanced System Properties. Then openAdvanced tab > Environment Variablesand add a new system variableJAVA_HOMEthat points to your JDK folder, for exampleC:\Program Files\Java\jdk1.7.0_21.

The individual tools and other SDK packages are saved outside the Android Studio application directory. If you need to access the tools directly, use a terminal to navigate to the location where they are installed. For example:

\Users\<user>\sdk\

Android Studio is now ready and loaded with the Android developer tools, but there are still a couple packages you should add to make your Android SDK complete.


更多相关文章

  1. LowMemoryKiller in Android
  2. 【转】Android(安卓)SDK版本与API Level对照表
  3. Android上运行QT项目Necessitas的基本原理
  4. Android基础类之BaseAdapter
  5. Android(安卓)开源项目
  6. Qt之Qt5.7开发Android应用程序小试牛刀
  7. Android(安卓)SDK 在线更新镜像服务器资源
  8. android自带图片资源图标一览,android.R.drawable
  9. Android(安卓)SDK 在线更新镜像服务器资源

随机推荐

  1. Android(安卓)控件框架
  2. ELIPS Studio 3 Beta 6支持iPhone和Andro
  3. android SDK安装出现Failed to fetch URL
  4. 【Android(安卓)界面效果34】Android里Se
  5. Android获得手机所有应用(非系统)、正在运
  6. Android源码学习--SystemServer进程
  7. Android(安卓)Handler机制之Handler 、Me
  8. Android各种访问权限Permission详解
  9. Android 开发工程师面试指南
  10. Android Market上发软件要注意哪些问题