如何找到在Android设备的ARM处理器版本?处理器、版本、设备、Android

2023-09-06 02:01:14 作者:花重锦官城

我想下面的命令,它能正常工作的一对夫妇的设备。

I tried the following command and it worked fine on a couple of devices.

adb shell getprop | grep abi

该命令无法获得某些设备的ARM处理器版本。是否有任何其他的方法来找出什么版本的ARM处理器上运行?我的设备

This command fails to get the ARM processor version for some devices. Is there any other way to find out what version of ARM processor is my device running on?

感谢

推荐答案

尝试

adb shell cat /proc/cpuinfo