4.2.2 android crash

Godot Version

4.2.2

Question

안녕하세요 저는 한국의 게임 개발자고 고도 엔진은 초보입니다.
저는 영어를 잘 못합니다.
밑에 글은 구글 번역기를 통해 영어로 바꾸겠습니다.
Unable to setup the Godot engine! Aborting…
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.ttt.lee/com.godot.game.GodotApp}: java.lang.IllegalStateException: Unable to initialize engine native layer
at org.godotengine.godot.GodotFragment.performEngineInitialization(GodotFragment.java:191)
at org.godotengine.godot.GodotFragment.onCreate(GodotFragment.java:182)
at org.godotengine.godot.GodotActivity.onCreate(GodotActivity.kt:79)
at com.godot.game.GodotApp.onCreate(GodotApp.java:45)
If the Android build is successful and you install and run it on your phone, the app closes immediately. And you see this logcat. After looking into it, it seemed like a renderer issue, so I changed the compatibility from mobile to gl format. Still, the app crashes the same way. Is there a solution? My phone is redmi note4, which is an older phone.

Are you using GPU Particles by any chance?
I have had several crash issues with GPU Particles on mobile, currently I moved the entire particle system of my game to CPU Particles

This error occurred because I built and ran the apk without setting the main scene. The build was done without setting the main scene. I solved it.