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

时间:2022-04-29 11:31:58

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. Is there any way to override this?

http://developer.android.com/sdk/index.html#Other上的下载页面没有显示任何明确的32位和64位下载,所以我猜测安装程序会自动在64位系统上安装64位版本。有没有办法覆盖这个?

1 个解决方案

#1


8  

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.
  • \ bin \ studio.exe是32位启动程序。
  • <android-studio>\bin\studio64.exe is the 64-bit launcher.
  • \ 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安装中启动(它会抱怨这个事实,并自行关闭)。

#1


8  

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.
  • \ bin \ studio.exe是32位启动程序。
  • <android-studio>\bin\studio64.exe is the 64-bit launcher.
  • \ 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安装中启动(它会抱怨这个事实,并自行关闭)。