0 votes
in JQuery by
What is Armv7 in Android?

1 Answer

0 votes
by

There are 3 CPU architectures in Android:

  • ARMv7 is the most common as it is optimised for battery consumption.
  • ARM64 is an evolved version of that that supports 64-bit processing for more powerful computing.
  • ARMx86, is the least used for these three, since it is not battery friendly. It is more powerful than the other two.

Related questions

+1 vote
+1 vote
asked Aug 3, 2020 in JQuery by Hodge
0 votes
asked Jun 23, 2020 in JQuery by AdilsonLima
...