How to solve 16kb issue All ELF Alignment Problems PT_GNU_RELRO start0x0000d000 align: is not a suffix and its end is not 16 KB aligned
I solved it and I think it will help someone :
i added this in my build gradle
externalNativeBuild {
cmake {
arguments += listOf("-DANDROID_SUPPORT_FLEXIBLE_PAGE_SIZES=ON")
}
}
and updated verison of prefDataStore = "1.2.0" in my toml to -> prefDataStore = "1.3.0-alpha06"