便携式安卓工作室 [英] Portable Android Studio

查看:39
本文介绍了便携式安卓工作室的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在我的便携式 USB 硬盘驱动器上安装 android studio,无需安装即可在我的学校运行 android studio.它有可能吗?或者也许存在一个便携式版本的 android studio?谢谢

I want to install android studio on my portable usb hard drive to run andoid studio in my school without install. Its is possible? Or maybe exist a portable version of android studio ? Thanks

推荐答案

AS (Android Studio) 本身是可移植的,但是 JDK (Java Development Kit)需要运行 AS,不是.所以你仍然需要在你使用的每台电脑上安装JDK.

AS (Android Studio) itself is portable, however the JDK (Java Development Kit) which is required to run AS, is not. So you still need to install JDK on each computer you use.

您可以在此处下载 AS 版本:
http://tools.android.com/download/studio/stable

You can download the AS versions here:
http://tools.android.com/download/studio/stable


您需要将 AS 与 SDK 文件一起保存:
http://developer.android.com/sdk/index.html

如果您在使用 gradle 时遇到问题,可以在此处下载:
https://services.gradle.org/distributions/

and if you have problems with gradle, it can be downloaded here:
https://services.gradle.org/distributions/

要设置离线 gradle,请转到:
File > Settings > Build, Execution, Deployment > Gradle 然后勾选Offline Work.您需要指定服务目录路径(gradle 所在的路径)或将下载的 gradle zip 粘贴到默认目录中,即 C:/Users//.gradle.

To set up gradle for offline, go to:
File > Settings > Build, Execution, Deployment > Gradle then check Offline Work. You will need to assign the service directory path (the path where gradle lives) or just paste the downloaded gradle zip into default directory, which is C:/Users/<CurrentUser>/.gradle.

这篇关于便携式安卓工作室的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆