Android, crash when Orientation changes

Hi all,

I created a new project using just the Blank Template with Default Level Map to learn Packaging to Android, I successfully build my APK (ndk r14b, sdk latest, ndk api android-19) and tested on my device (Snapdragon 855, Android 9). Since I don’t have gameplay restrictions I set the Project Settings > Platforms > Android > APK Packaging > Orientation to Sensor and/or Full Sensor.

I noticied that when I change the device orientation from Landscape-to-Portrait or Portrait-to-Landscape the app crashed. The crash happens with Vulkan and with ES3.1 builds. Any idea how to fix this error?

Thanks