UE5 Android crash in splash screen

I have found a workaround for now.
Issue come from version of Android SDK and NDK installed on the machine.

I had a recent ones before, so I had to install android sdk ver 28(Pie) and android NDK version 21.4, Cmake was downgraded to 3.10 ( just in case )

Project settings / Android SDK been configured to use SDK API Level value as matchsdk and NDK API Level as latest

After than I been able to package, install and run the binary on a phone.

Hope it helps.

After that it