MY app closing in startup and throwing error.
Cause: execute-only (no-read) memory access error; likely due to data in .text.
This is described in Android 10 behaviour changes https://developer.android.com/about/versions/10/behavior-changes-all#xom-binaries
But i'm not able proceed with this solution. how can use mProtect()
method.
my project is not ndk. my libraries, that are using native code
the bellow link also seen but i'm not able to do how can i solve
https://source.android.com/devices/tech/debug/execute-only-memory
this issue came when i'm used my android sdk is 30. but when i use sdk to 28 issue not coming