Hii , I am Using Unreal Engine 5 to build my project and the project will be build for android platform but Unreal is only allowing me to build for arm64 architecture.
how can I build the app in unreal to support armabi_v7 architecture as in my phone the project is not launching (which is of armV7 arch.)
If it cannot be done on unreal 5 then can any one tell me how can I add another architecture support to my app using android studio or any other application .
Launching the application with only arm64 architecture will discard the users with different architectures , so I need a solution to overcome this.
Thank you