简体   繁体   English

如何知道 android studio 是 64 位还是 32 位?

[英]how to know that android studio is 64 or 32 bit?

I am new to android studio.I installed it few months ago and i cannot remember if it's 64 or 32 version.我是 android studio 的新手。几个月前我安装了它,我不记得它是 64 还是 32 版本。 Can anyone please suggest that how one can find that the android studio is 32bit or 64 bit?任何人都可以建议如何才能找到 android studio 是 32 位还是 64 位?

Go to the Menu Android Studio / About Android Studio and you will see something like this:转到菜单Android Studio / About Android Studio ,您将看到如下内容:

Android Studio 3.0.1
Build #AI-171.4443003, built on November 9, 2017  

JRE: 1.8.0_152-release-915-b08 x86_64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o

x86 = 32 bit version x86 = 32 位版本
x86_64 = 64 bit version x86_64 = 64 位版本

Goto Help -> About ->enter转到帮助 -> 关于 -> 进入

Android Studio 3.4.1
Build #AI-183.6156.11.34.5522156, built on May 2, 2019
JRE: 1.8.0_152-release-1343-b01 amd64
JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0

Here, the JVM is using OpenJDK 64-bit .在这里,JVM 使用的是 OpenJDK 64 位

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

相关问题 如何在64位Windows上安装32位Android Studio? - How to install 32 bit Android Studio on 64 bit Windows? 如何在Android棒棒糖中以编程方式知道应用程序的进程是32位还是64位? - How to know a process of an app is 32-bit or 64-bit programmatically in Android lollipop? 如何在32位系统上继续开发Android Studio x64项目? - How to continue development of an Android Studio x64 project on a 32bit system? 如何检测android设备是64位还是32位处理器? - How to detect android device is 64 bit or 32 bit processor? 如何使用带有Java 32位的Android Studio? - How to use Android Studio with Java 32 bit? 如何在 android studio 中创建 32 位 apk - How to Create 32 bit apk in android studio 运行 64 位操作系统的 64 位操作系统上的 android studio 给出错误:32 位 Linux Android 模拟器二进制文件已弃用 - android studio on 64 bit OS running 64bit OS give ERROR: 32-bit Linux Android emulator binaries are DEPRECATED Android Studio 64位错误:32位Linux Android模拟器二进制文件已弃用 - Android Studio 64-bit ERROR: 32-bit Linux Android emulator binaries are DEPRECATED android SDK 32位和64位兼容性 - android SDK 32 bit and 64 bit compatibility 64位android,32位应用程序,32位本机库 - 64 bit android, 32 bit application with 32 bit native library
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM