Some phones have an armv6 processor, and some have an armv7.
Some apps (such as firefox, flash player, and chrome beta) only work on armv7.
So, what is the whole difference?
|
Some phones have an armv6 processor, and some have an armv7. Some apps (such as firefox, flash player, and chrome beta) only work on armv7. So, what is the whole difference? |
|||||||
|
Questions on Android Enthusiasts Stack Exchange are expected to relate to Android within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
ARMv6 and ARMv7 are two different versions of CPU architecture developed by ARM. ARMv6 is older & ARMv7 is newer. ARMv6 was used in ARM11 & ARM Cortex-M CPU families. ARMv7 is used in ARM Cortex-A, ARM Cortex-M (newer), ARM Cortex-R CPU families. There are many feature differences which are off-topic on this website, but you can check this. The main difference is ARMv7 requires high memory but gives high performance which is opposite for ARMv6. |
||||
|
|