Will playstore reject apps with armeabi-v7a, arm64-v8a, x86 but no x86-64 support?
问题 From android developer website, https://developer.android.com/distribute/best-practices/develop/64-bit it is clear that starting August 1, 2019, apps published on Google Play will need to support 64-bit architectures. Our current app has native libraries for armeabi-v7a, arm64-v8a, x86 ABIs but no x86-64. This is because one of the cordova plugins we are using doesn't provide X86-64 support. Will playstore reject the app update or pass it considering there is arm64-v8a support or we will have