App cannot be installed from the play store

1.4k Views Asked by At

After implementing the zoom android sdk, app size increased and hence following block was added in the build.gradle. splits{ abi{ enable true include "x86", "x86_64", "armeabi-v7a", "arm64-v8a" universalApk true } } packagingOptions { jniLibs { useLegacyPackaging true }

Bundle was published to the google play console. Installation of the app from playstore gives this error.Playstore error Is there a way to find the reason for failure or find the error? If Apk is downloaded from the app bundle explorer(google play console), it installs and works. All the previous versions worked. Please help. Thanks in advance.

0

There are 0 best solutions below