I am using this implementation: 'com.google.vr:sdk-panowidget:1.160.0'
in order to show 360 image, but I get the error below; while uploading app to play store:
Error
This release is not compliant with the Google Play 64-bit requirement
The following APKs or App Bundles are available to 64-bit devices,
but they only have 32-bit native code: 130.
Include 64-bit and 32-bit native code in your app. Use
the Android App Bundle publishing format to automatically
ensure that each device architecture receives
only the native code that it needs.
This avoids increasing the overall size of your app. Learn More
Note: The lib is not creating lib/x86_64.so file.
Please help!