E
E
Elbakidze2021-08-06 15:11:28
android studio
Elbakidze, 2021-08-06 15:11:28

How to add 64 and 32 bits to an application?

When uploading the application to google play, it gives an error
This release does not meet the requirements of Google Play for 64-bit version.
The following APKs or App Bundles are available for 64-bit devices but only contain 32-bit native code: [80000].
Include 64-bit and 32-bit native code in your app. Use the "Android App Bundle" publishing format to ensure that each device downloads only the native code appropriate for its architecture. This will help reduce the overall size of the application.

Please tell me how to fix it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
illuzor, 2021-08-06
@iLLuzor

The application has native libraries (with the .so extension).
As the error says, there are only 32bit versions, you need to add 64bit ones.
Perhaps these libraries are in one of the libraries, then you need to update this library to the latest version, if one exists.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question