简体   繁体   English

如何在64位Windows上安装32位Android Studio?

[英]How to install 32 bit Android Studio on 64 bit Windows?

The download page at http://developer.android.com/sdk/index.html#Other doesn't show any explicit 32 vs 64 bit downloads, so I'm guessing the installer automatically installs the 64 bit version on 64 bit systems. http://developer.android.com/sdk/index.html#Other上的下载页面没有显示任何明确的32位和64位下载,所以我猜测安装程序会自动在64位系统上安装64位版本。 Is there any way to override this? 有没有办法改写这个?

Since most of Android Studio is written in Java, there isn't much difference between the 64 and 32-bit versions, only the launcher and some DLLs. 由于大多数Android Studio都是用Java编写的,因此64位和32位版本之间没有太大区别,只有启动器和一些DLL。

In any case: 任何状况之下:

  • <android-studio>\\bin\\studio.exe is the 32-bit launcher. <android-studio>\\bin\\studio.exe是32位启动程序。
  • <android-studio>\\bin\\studio64.exe is the 64-bit launcher. <android-studio>\\bin\\studio64.exe是64位启动程序。

However, the 32-bit launcher cannot actually be started in a x64 Windows installation (it will complain about this fact, and close itself). 但是,32位启动程序实际上无法在x64 Windows安装中启动(它会抱怨这个事实,并自行关闭)。

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

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