简体   繁体   English

如何为Windows 7、32位安装android studio

[英]how do I install android studio for window 7, 32bit

how do I install android studio for window 7, 32bit.? 如何为Windows 7、32位安装android studio? I've downloaded the package for Windows(32-bit) and it comes in a zip file containing a lot of other files like bin, gradle, jre, lib, license, plugins, and I don't know what to do with them, I looked up for .exe file to install the android studio but the only .exe I found was the uninstall file. 我已经下载了适用于Windows(32位)的软件包,并且包含一个zip文件,其中包含许多其他文件,例如bin,gradle,jre,lib,许可证,插件,但我不知道该怎么做,我查找了.exe文件来安装android studio,但我发现的唯一.exe文件是卸载文件。

any help would be appreciated. 任何帮助,将不胜感激。

Sorry if this is late, but I just thought it may help some one in the future. 抱歉,如果来晚了,但我认为以后可能会有所帮助。

Once you've unzipped the folder to a location on your computer. 将文件夹解压缩到计算机上的某个位置之后。 There is a file in the bin directory named studio.exe it will have the android icon Just double click the studio.exe file to start Android Studio, it will first take you through the set up process and download a few packages before you can start developing so make sure you have a stable internet connection. bin目录中有一个名为studio.exe的文件,它将带有android图标只需双击studio.exe文件以启动Android Studio,它将首先带您完成设置过程并下载一些软件包,然后再开始开发中,因此请确保您具有稳定的Internet连接。

It could be slower to develop on a 32-bit system because of memory constraints, but it still can be used, to make development slightly faster you can build debug apk's and upload to a real device rather than an emulator or use adb(android debug bridge) from a terminal to test and run your app as you develop it. 由于内存限制,在32位系统上开发可能会比较慢,但是仍然可以使用,为了使开发速度更快,您可以构建调试apk并上传到真实设备而不是仿真器或使用adb(android debug在终端上进行测试)并在开发过程中运行您的应用。

Is recommended to use a 64bit operating system, becaouse it uses more of memory. 建议使用64位操作系统,因为它会占用更多内存。

Check this link, and click on the green button to download it. 检查此链接,然后单击绿色按钮进行下载。 https://developer.android.com/studio/index.html https://developer.android.com/studio/index.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM