Issue
I have exported an Android App Bundle file to upload at Play store with NDK downloaded from Unity desired location because Android Studio NDK file is not compatible with Unity.
I got this kind of error message when I upload the build:
src="https://i.stack.imgur.com/rjJgG.png" alt="Screen Shot">
Here you have SDK and NDK path setup:
Now, what is the solution for this?
What step I did wrong that I can't able to understand?
Please don't mention about the duplicate question because I have tried other options they didn't work for me.
Solution
For future reference:
It's an issue with google play and x86 build that do not offers a 64bit counterpart code. Disabling x86 build fix this issue.
The problem started on 08/20/2019.
Answered By - letonai
Answer Checked By - Candace Johnson (JavaFixing Volunteer)