LogAndroid: Error: with error VK_ERROR_FEATURE_NOT_PRESENT

Hi,
I am using Unreal 5.4.1, i amtried to export to android, but i keep getting this error:
**

LogAndroid: Error: with error VK_ERROR_FEATURE_NOT_PRESENT

**

I am testing in emulator on android studio with API version 33, these are my android project configuration:



I am trying for days to export the top down sample project just to see how is it on android but not luck, is there someone that can point me to the right direction? that would be helpfull!

Try JDK 11 or JDK 17

Hi TecDev, i tried now with JDK 11 and 17, but still getting the same problem.
Everything goes fine from building the game to deploying it in the phone, but it crashes right after, here is the full log of the final moment before crash

Any other thing that i can also check? thanks!

Doing some more research, i found this site that gave me an idea on the problem.
Technical Support - Vulkan error, vk::PhysicalDevice::createDeviceUnique: ErrorFeatureNotPresent - Forum - Path of Exile

I think there are some features that vulkan requires but could not get from the device, this is a strange problem.
It happens on both emulator and physical device.

I hope someone knows if it is this and can help me out with a solution :smiley:

Hello, i still can’t seem to resolve this issue :c