0

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.

user123
  • 73
  • 1
  • 9
  • Try to clear data of Google play store app and try installing the app again. – Android Geek Jun 12 '21 at 04:21
  • Thanks for the comment. Yes, it didn't work. Tried with 4 different devices and same error everywhere. – user123 Jun 12 '21 at 04:46
  • 1
    I would recommend you reach out to Play developer support. Also consider including the logcat during the installation that would be helpful. – Pierre Jun 12 '21 at 10:43
  • Thanks for the comment. Do you see any problem using the split apks and legacy packaging? Using in the build.gradle? splits{ abi{ enable true include "x86", "x86_64", "armeabi-v7a", "arm64-v8a" universalApk true } } packagingOptions { jniLibs { useLegacyPackaging true } – user123 Jun 12 '21 at 11:49

0 Answers0