Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error the apk file is not signed correctly #14

Open
Vini182837 opened this issue Sep 6, 2024 · 4 comments
Open

Error the apk file is not signed correctly #14

Vini182837 opened this issue Sep 6, 2024 · 4 comments

Comments

@Vini182837
Copy link

When injecting the code to use the shaders in the game, when the apk is signed, a failure will occur when parsing the package as if the apk had not compiled correctly

@CallMeSoumya2063
Copy link

Are you using the dex patching method? I've been using that method without issues for a long time

@Vini182837
Copy link
Author

Você está usando o método patch dex? Eu uso esse método sem problemas por um longo tempo
What is a patch dex?

@Vini182837
Copy link
Author

I think I've figured out the problem, it's this: I was learning how to decompile and recompile an apk to install the following file to create a corrected apk to load shaders in the Minecraft bedrock, but when I used apk-signer to sign the apk, the same problem occurred, but after several searches on the internet I realized that if I activate the option to align the apk file Minecraft is signed correctly.
The problem may be that Draco Injector cannot sign an apk correctly that is already aligned.

@mcbegamerxx954
Copy link
Owner

I might be able to fix it by aligning the apk by default, should i do it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants