Does the UE5 packaged Android application support running in Android Studio Emulator?

Does the UE5 packaged Android application support running in Android Studio Emulator? Currently, it is found that UE5 only supports ES3.2, but Android Emulator does not support it. Has anyone successfully run the UE5 packaged Android application on AVD?

重现步骤

Hi Fojun Lin,

Yes you should be able to run UE apps on an AVD. UE supports both Vulkan and requires GLES 3.2 as a fallback. Are you having an issue in particular? Which Android System image are you using for the AVD?

Best regards/

Hi Fojun,

Unfortunately, current releases of the Android emulator are using underlying drivers that only support 3.1 on Windows and 3.0 on Apple devices. As such, only Vulkan Apps can be run on emulator as UE requires ES 3.2 due to its use of glBlitFramebuffer.

Best regards.

I have tried these three images: Android API Baklava (Google APIs) x86_64, Android API 36 (Google APIs) x86_64, Android API 35 (Google APIs) x86_64。

This error occurred when using ES3.2,I think it’s because avd doesn’t support es32

[Image Removed]​

Then I tried using vulkan, and the program just stopped responding. I don’t have the patience to continue trying, I just want to ask if anyone who has successfully experimented can share the solution