I’m saving data in my android app by path Application.persistentDataPath and i thought that if i clear app storage data in android settings it will clear all i saved, but after doing that it crashes when i open app and writes “Failure to initialize! Your hardware does not support this application. Failed to load ‘libmain.so’ java.lang.UnsatisfiedLinkError: dlopen failed: library “libmain.so” not found Press OK to quit.” i’m using Android 13.
How clearing storage in android unity applications should work?