Sorry but it doesn't work for me, I don't know why, when I run the app it shows this
For people having this issue:
This is caused by the game not having any permission to the saved file.
If you have access to adb tools you can do this.
1. adb connect to the emulator
2. type: adb shell
3. run the mod and keep it open
4. back to the command prompt type: ps -A | grep lostdgl
you should get something like : u0_a57 1520 1124 12779800 259436 binder_thread_read 0 S com.wemadeconnect.aos.lostdgl
you need the first part -> u0_a57
5. close the mod
6. back to the command prompt type: chown -R u0_a57:u0_a57 /sdcard/Android/data/com.wemadeconnect.aos.lostdgl
7. and also type: chmod -R 770 /sdcard/Android/data/com.wemadeconnect.aos.lostdgl
8. the mod should now be running