If there is a mismatch between the architecture (CPU) of the device (emulator) used and the architecture (CPU) targeted by the APK, an error will occur when trying to install the APK on that device. For example, this occurs when you try to install an APK for arm64-v8a on an x86 emulator or an APK for x86 on an arm64-v8a emulator when using a Cloud device.
One way of resolving this issue is to create an APK for the architecture that matches the device (for example, an APK for arm64-v8a if you are using the arm64-v8a emulator) by adjusting the APK build options, or to create a universal APK.
For detailed information, refer here, here, or here depending on how the app is created.