Know the underlying architecture of Android device

It can be done by either simply look at the "About" in Android Settings, or by the following command using adb:

cat /system/build.prop /default.prop | grep -m 1 "ro.product.cpu.abi="

Leave a comment

Your email address will not be published. Required fields are marked *