Some of the users that are downloading my App report that the app won’t install or simply won’t run. These users have Android 8 and the issue seems to happend only on version 8.
Android Studios’s emulator reports INSTALL_FAILED_NO_MATCHING_ABIS. After some research it seems that this happens on x86 devices.
Is there a fix?
Is it possible that these x86 devices are the only that have Android 8?
Our build system has support for x86_64, but our default JavaScript engine, the V8 engine, is missing binaries for x86_64. In any case x86 should work, so removing x86_64 from the list should make your build succeed.
and try it into the emulator I still get INSTALL_FAILED_NO_MATCHING_ABIS.
And if I upload it on Google Store, when it is examined I still get the 64Bit warning that from August the 1st 2019 all APKs must support 64bit and the 1st of August is really near.