便携式Android Studio [英] Portable Android Studio

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

问题描述

我想在便携式USB硬盘驱动器上安装android studio,以在我的学校中运行Andoid 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开发工具包)运行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


You need to save the AS together with SDK files:
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,请访问:
文件> 设置> 构建,执行,部署> Gradle ,然后检查离线工作 .您将需要分配服务目录路径(gradle所在的路径),或仅将下载的gradle zip粘贴到默认目录C:/Users/<CurrentUser>/.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.

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

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