I use Android Studio.
Then there’s a workaround on the 16kb pagesize issue so you can publish it to the PlayStore.
Open native/engine/android/CMakeLists.txt and add the following line. Worked for my last project.
set(CMAKE_SHARED_LINKER_FLAGS “${CMAKE_SHARED_LINKER_FLAGS} -Wl,-z,max-page-size=16384”)