Unreal Engine 5 doesn't detect Vulkan

I transfered a project from 4.27.2 to 5.0 and after packaging my game launches through GLES 3.2 instead of Vulkan mobile. Vulkan support and detect vulkan support are checked in Android project settings.

Error from Device log if gles 3.2 support is unchecked

D/UE : Failed to initialize ShaderCodeLibrary required by the project because part of the Global shader library is missing from …/…/…/GGame/Content/.
D/UE : [2022.04.09-20.42.51:133][ 0]Fatal error: [File:D:/build/++UE5/Sync/Engine/Source\Runtime/RenderCore/Private/ShaderCodeLibrary.cpp] [Line: 2624]
D/UE : Failed to initialize ShaderCodeLibrary required by the project because part of the Global shader library is missing from …/…/…/GGame/Content/.
D/UE : 0x0000007130336824 libUnreal.so(0x000000000B7F6824)!FAndroidPlatformStackWalk::CaptureStackBackTrace(unsigned long long*, unsigned int, void*)
D/UE : 0x000000713042162C libUnreal.so(0x000000000B8E162C)!FGenericPlatformStackWalk::StackWalkAndDump(char*, unsigned long long, void*, void*)
D/UE : 0x000000713062D200 libUnreal.so(0x000000000BAED200)!StaticFailDebug(char16_t const*, char const*, int, void*, char16_t const*, bool)
D/UE : 0x00000071305B0C74 libUnreal.so(0x000000000BA70C74)!FMsg::Logf_InternalImpl(char const*, int, FName const&, ELogVerbosity::Type, char16_t const*, …)
D/UE : 0x0000007131E11130 libUnreal.so(0x000000000D2D1130)Unknown
D/UE : 0x0000007131DD11DC libUnreal.so(0x000000000D2911DC)!FShaderCodeLibrary::InitForRuntime(EShaderPlatform)
D/UE : 0x000000712DBF7B60 libUnreal.so(0x00000000090B7B60)!FEngineLoop::PreInitPreStartupScreen(char16_t const*)
D/UE : 0x000000712DBE1E54 libUnreal.so(0x00000000090A1E54)!FEngineLoop::PreInit(int, char16_t**, char16_t const*)
D/UE : 0x000000712DBE19E0 libUnreal.so(0x00000000090A19E0)!AndroidMain(android_app*)
D/UE : 0x000000712DBF0408 libUnreal.so(0x00000000090B0408)!android_main()
D/UE : 0x000000712DC23ED0 libUnreal.so(0x00000000090E3ED0)Unknown
D/UE : 0x000000722BA0995C libc.so(0x00000000000E495C)Unknown
D/UE : 0x000000722B9A9004 libc.so(0x0000000000084004)Unknown

Hi, did u find a solution?