Closed denny-z closed 6 years ago
You have to run ./mcpelauncher extract (apk file)
@lukeeey Thanks for the answer.
I have tried to extract apk file. But did not succeed.
1) in build
directory: ./mcpelauncher extract ../minecraft-pe-1.0-release.apk
Run successfully.
2) On ./mcpelauncher
Minecraft launcher is shown https://ibb.co/iOe7CJ
After that, I have tried to select apk via launcher, but it failed with the same error as in the description of the issue.
I didnt know that ui was a thing ? @mcmrarm
It is a thing and it shows up when you set up CEF and playapi.
are you sure you have x86 apk, because extract function seeks for lib/x86/libminecraftpe.so search the file in the apk , open the apk with archiver software
@masrourmouad Thanks, that's helped.
OS: Ubuntu 18.04
Steps:
git clone --recurse-submodules https://github.com/MCMrARM/mcpelauncher-linux.git
cd mcpelauncher-linux
sudo aptitude install cmake gcc-multilib g++-multilib zlib1g-dev:i386 libx11-dev:i386 libzip-dev:i386 libpng-dev:i386 libcurl4-openssl-dev:i386 libssl-dev:i386 libgles2-mesa-dev:i386 libudev-dev:i386 libevdev-dev:i386
sudo aptitude install libgtk2.0-0:i386 libgtkglext1:i386 libasound2:i386 libnss3:i386 libxss1:i386 libgconf2-4:i386 libxtst6:i386 libudev1:i386
./setup_cef.sh
./download_icon.sh
./setup_bin_libs.sh
mkdir build/ && cd build/
cmake ..
make -j$(nproc)
cd ..
./build/mcpelauncher
Output:
Directory
lib
indeed, does not containlibminecraftpe.so
file. Tried to google this issue - didn't find a solution.Please, help to fix it.