[31 / 5 / ?]

No.82696779 ViewOriginalReport
i am going to explain you how to run minecraft pe with an apk on linux

since the maintainers fags from this project disabled it (they love to suck microsoft cock, they do it for "ethical reasons", extracting an apk file is not piracy, you can't dmca a zip extractor)

i made this guide so i don't have to maintain a fork nor you don't have to do a manual build

1. find the apk (i used mcpe-monster, i think that you can also find it on 4pda but i didn't looked up), it have to be the x86 or x86_64 version
2. build the extractor https://mcpelauncher.readthedocs.io/en/latest/extractor.html
3. extract the apk (mcpelauncher-extract <source .apk> <destination dir>)
4. extract the AppImage (./Minecraft_Bedrock_Launcher-x86_64-0.0.668.AppImage --appimage-mount), copy the files to another folder
5. run minecraft ( ./appImageShit/usr/binmcpelauncher-client -dg <destination dir>)

thats all