Hi all. I have a problem replacing a file in the mobile game Marvel Contest of Champions. I'm trying to replace the contents of a single asset file that contains some information. After replacing, repacking and replacing the signature, I launch the game, but an unknown error appears.
It’s one thing if it’s difficult to add anything to the game, but I constantly see how they release games with Mod Menus that work without errors. I'm wondering what I'm doing wrong.
Let me clarify, I looked at the errors through LogCat. There are 3 errors, 1 of which I seem to have solved:
1 error - Attempt to load writable dex file: /data/user/0/com.kabam.marvelbattle/cache/google_api_resources_lib.jar
Attempt to load writable dex file: /data/user/0/com.kabam.marvelbattle/cache/app_resources_lib.jar
2 error - UID: [10306] PID: [1693] AssetPackServiceImpl : onError(-2)
Failed to retrieve asset pack: Asset Pack Download Error(-2): The requested pack is not available.
It’s one thing if it’s difficult to add anything to the game, but I constantly see how they release games with Mod Menus that work without errors. I'm wondering what I'm doing wrong.
Let me clarify, I looked at the errors through LogCat. There are 3 errors, 1 of which I seem to have solved:
1 error - Attempt to load writable dex file: /data/user/0/com.kabam.marvelbattle/cache/google_api_resources_lib.jar
Attempt to load writable dex file: /data/user/0/com.kabam.marvelbattle/cache/app_resources_lib.jar
2 error - UID: [10306] PID: [1693] AssetPackServiceImpl : onError(-2)
Failed to retrieve asset pack: Asset Pack Download Error(-2): The requested pack is not available.