“Android Studio”版本间的差异

来自iCenter Wiki
跳转至: 导航搜索
(以“Android Studio是基于 IntelliJ IDEA 的官方 Android 应用开发集成开发环境 (IDE)。除了 IntelliJ 强大的代码编辑器和开发者工具,Android S...”为内容创建页面)
 
第5行: 第5行:
 
* [https://developer.android.google.cn/studio/ 官方下载地址]
 
* [https://developer.android.google.cn/studio/ 官方下载地址]
 
* [https://bt.byr.cn/details.php?id=272211 北邮人IPV6下载地址]
 
* [https://bt.byr.cn/details.php?id=272211 北邮人IPV6下载地址]
 +
==安装==
 +
由于Google被屏蔽,AS直接从Google服务器下载是不行的。因此,需要进行两项操作:
 +
1. 修改“C:\Program Files\Android\Android Studio\bin”(安装位置)下的idea.properties文件,追加一行“disable.android.first.run=true”。
 +
1.x 如果修改时提示文件只读,请修改文件权限,允许Users写入。
 +
2. 手动下载并安装Android SDK。此步骤将在课堂上讲解。

2019年4月15日 (一) 14:51的版本

Android Studio是基于 IntelliJ IDEA 的官方 Android 应用开发集成开发环境 (IDE)。除了 IntelliJ 强大的代码编辑器和开发者工具,Android Studio 提供了更多可提高 Android 应用构建效率的功能。

使用介绍

Android Studio Introduction

下载

安装

由于Google被屏蔽,AS直接从Google服务器下载是不行的。因此,需要进行两项操作: 1. 修改“C:\Program Files\Android\Android Studio\bin”(安装位置)下的idea.properties文件,追加一行“disable.android.first.run=true”。 1.x 如果修改时提示文件只读,请修改文件权限,允许Users写入。 2. 手动下载并安装Android SDK。此步骤将在课堂上讲解。