Android Vulkan Only Build Crash On Launch

Hi Epic team,

I wanted to ship my game with Vulkan Support only as my target audiences are Android 7.0 and above only.
The normal Open GL 3.1 works fine but when I only choose Vulkan Support and launch game On my Galaxy S10+, its crashing on launch with below error.

Below are my settings.

And Finally This Settings worked.

Additional Info

PLATFORM_ANDROID_NDK_VERSION = 150300
LogPlayLevel: NDK toolchain: r15c, NDK version: 19, GccVersion: 4.9, ClangVersion: 5.0.300080
LogPlayLevel: Compiling Native code with NDK API 'android-19’

Check here most of the Android devices support Vulkan https://vulkan.gpuinfo.org/

Official Android Page saying Vulkan is supported on Android 7 and beyond.
https://source.android.com/compatibility/android-cdd

Any help will be really appreciated.