APK installation fails on Mediatek processors that by documentation support arm64-v8a
.
On other devices with Snapdragon or Exynos installation finishes successfully.
So far we found two devices with following chips:
- Mediatek MT6762 Helio P22 (12 nm)
- Mediatek MT6761 Helio A22 (12 nm)
It must support arm64-v8a
architecture but installation fails.
When we compile application with armeabi-v7a
installation is successful.
If someone encountered similar problem, is there any ways to solve this or is it chip limitation?
Similar: Device is incorrectly detected as 32bit by Android?