简体   繁体   English

在运行时获取android位版本(32位或64位)

[英]Get android bit version (32 bit or 64 bit) at runtime

如何以编程方式检查android位(32位或64位)的版本

java.lang.System class provides getProperties as static method which determines the current system properties. java.lang.System类提供getProperties作为静态方法,该方法确定当前系统属性。 By getting key of os.arch from Properties, you can check. 通过从属性获取os.arch的密钥,可以进行检查。 I think this is what you are looking for. 我认为这就是您想要的。

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

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