I have this problem: when I delete the arm64-v8a (64 bit) architecture, my game loads, but crashes at the final load.
why do I remove the arm64-v8a library: I'm removing it because I want to use the offset tester in this game. removing the arm64-v8a (64 bit) architecture, thereby the game starts running on the armeabi-v7a (32 bit) architecture. offset tester cannot work on arm64-v8a (64 bit), only on 32 bit.
why do I remove the arm64-v8a library: I'm removing it because I want to use the offset tester in this game. removing the arm64-v8a (64 bit) architecture, thereby the game starts running on the armeabi-v7a (32 bit) architecture. offset tester cannot work on arm64-v8a (64 bit), only on 32 bit.