When I try to push my apk file to play market with Vuforia SDK, I have some tuble with error in google play console.
"Mistake
This release does not meet Google Play requirements for 64-bit applications
The following APK files or App Bundle kits are available for 64-bit devices, but contain only 32-bit native code: 3.
Include 64-bit and 32-bit native code in the application. Use the publication format "Android App Bundle Set" so that each device only downloads the native code appropriate for its architecture. This will help reduce the overall size of the application."
And it give me a link to "https://developer.android.com/distribute/best-practices/develop/64-bit".
So, I have a question: where I can find 64-bit native code for the application?
I use Vuforia 8-5-8 and Android Studio. And in folder "lib" you can see arm-64, armeabi-v7a, x86, but where is x64? Where we can find them?