java Android Studio 没有安装向导

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/26700800/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-11-02 10:25:59  来源:igfitidea点击:

Android Studio no installation wizard

javaandroidandroid-studio

提问by TomRichardson

I have downloaded the latest Android Studio and when I run studio64.exe it opens Android Studio as a standalone application, however I would like to install it to my system.

我已经下载了最新的 Android Studio,当我运行 studio64.exe 时,它​​会将 Android Studio 作为独立应用程序打开,但是我想将它安装到我的系统中。

The website says there is an installation wizard however I get taken straight to the Android Studio start screen. Is there still a way to install it on a Windows machine?

该网站说有一个安装向导,但我直接进入了 Android Studio 开始屏幕。还有办法在 Windows 机器上安装它吗?

回答by TomRichardson

Turns out that Android Studio is now portable - like Eclipse. In other words, there is no installing, you just get the zip file, which contains everything you need, such as the executables that run Android Studio. You'll need to store this folder somewhere relevant and create a shortcut to the studio(64).exe file to run it from desktop/start menu.

事实证明,Android Studio 现在是可移植的——就像 Eclipse。换句话说,无需安装,您只需获取 zip 文件,其中包含您需要的所有内容,例如运行 Android Studio 的可执行文件。您需要将此文件夹存储在相关位置并创建一个指向 studio(64).exe 文件的快捷方式,以便从桌面/开始菜单运行它。

The SDK is also no longer bundled with Android Studio, so that will need to be downloaded separately.

SDK 也不再与 Android Studio 捆绑在一起,因此需要单独下载。

As of this post the Android Studio installation instructions by Google are out of date.

在这篇文章中,谷歌的 Android Studio 安装说明已经过时了。

回答by aks

you can get the sdk manager as stand alone installer.once installed you need to run it as "administrator", than only it will be able to download and install packages and api's. follow the given below link:

您可以将 sdk 管理器作为独立安装程序获取。一旦安装,您需要以“管理员”身份运行它,而不仅仅是它能够下载和安装软件包和 API。按照下面给出的链接:

http://dl.google.com/android/installer_r23.0.2-windows.exe

http://dl.google.com/android/installer_r23.0.2-windows.exe

回答by Anupriya Sharma

Check if its in compatible mode with your OS version of your machine. Right click on the downloaded bundle > Move to properties> Compatibility tab> Select Compatibility tab> Tick the check-box- Run in Compatibility mode> Select your OS version from the drop down.

检查它是否与您机器的操作系统版本兼容。右键单击下载的包 > 移至属性 > 兼容性选项卡 > 选择兼容性选项卡 > 勾选复选框 - 在兼容模式下运行 > 从下拉列表中选择您的操作系统版本。

You will get the set up wizard :)

您将获得设置向导:)

Worked for me :)

对我来说有效:)