BlockLauncher is a very useful tool that lets you apply texture packs, patches, and mods to Minecraft's portable version. Latest version. APK Editor icon 1.9.0. BlockLauncher Pro is a habit Minecraft Pocket Edition launcher which wraps around Minecraft PE and enables loading of patches, feel packs, and host IP addresses. BlockLauncher APK v1.17.10 Download the APK file (30.3 MB) BlockLauncher APK reviews. The launcher comes with both free and professional versions. In the free version, you have to wait until you wait for the app to update. This will allow you to enjoy the game with an upgraded version of the game.
BlockLauncher is a custom Minecraft PE launcher that wraps around Minecraft PE and provides texture pack and patch loading support.
Just choose Options on the main screen, then select a texture pack. It is that easy!
This program loads libminecraftpe.so from the currently installed copy of Minecraft PE, so it should be compatiable with the mod patching features of PocketTool and QuickPatch.
There is a 3-PTPatch limitation on this free version.
Download from the Forums thread.
This program uses aFileChooser by Paul Burke. See https://github.com/zhuowei/aFileChooser for licensing information.
This program contains code from Snowbound's PTPatchTool, licensed under the Eclipse Public License.
The demonstration texture pack, RepetiCraft, is made by Theevilpplz and used with permission.
This program contains a version of Saurik's Cydia Substrate: source at https://drive.google.com/file/d/0B50ApLKOyu8bX3VnRmYzNUcxT0U/edit?usp=sharing
This program uses the libsuperuser library by Chainfire.
This program uses the Rhino JavaScript interpreter.
Block Launcher Apk Latest Version
Building
Download Android NDK and extract it somewhere with NO SPACES. Personally I would put it in: C:/
Download Android SDK and extract it somewhere with NO SPACES. Personally I would put it in: C:/Also, open SDK Manager and install API 10 and API 17
Download Apache ANT and extract it somewhere with NO SPACES. Personally I would put it in: C:/
Setup Environment variables by pressing START, right clicking on Computer, then clicking 'Advanced system settings' on the left side
Under 'User variables' add 'ANT_HOME' and the value is wherever you saved Apache ANT to. Also in 'User variables',
add a variable called 'Path' (if it's not already there). Add to it ';%ANT_HOME%/bin'Under 'System variables' add ANDROID_NDK' and set the value to your ndk path. Then create a ANDROID_SDK systemvariable and set the value to your sdk path. Also add ';' + you sdk path to the SYSTEM VARIABLE'S 'Path'(Not the user variable 'Path' made above)
Download these repositories:
You'll also be needing a MCPELauncher source folder with some changes that you'll be testing. I'll assume you're aBlockLauncher developer and have this already.
Extract all of these to the same directory. Personally I would put them all in a folder named 'BLBUILD' in yourDesktop. I'm going to assume you did this.
Modify all folders in this way:Delete the '-master' in the names of:'MCPELauncher-app'libsuperuser'Delete the '-prefragments' in the name of:'aFileChooser'Ensure the name of your BlockLauncher build is:'MCPELauncher'
Edit your directories for each folder like this:MCPELauncher:/BLBUILD/MCPELauncher/(files)MCPELauncher-app:/BLBUILD/MCPELauncher-app/(files)libsuperuser:/BLBUILD/libsuperuser/libsuperuser/(files)aFileChooser:/BLBUILD/aFileChooser/aFileChooser/(files) Biodiversity pro manual.
Edit MCPELauncher/local.properties to point to your sdk
Open your cmd prompt: Type in
cd <desktop>/BLBUILD/MCPELauncher
Now type:ndk-build
This should compile all of BlockLauncher's native codeType
cd <desktop>/BLBUILD/libsuperuser
then typeandroid update lib-project -p libsuperuser -t 1
Typecd <desktop>/BLBUILD/aFileChooser
then typeandroid update lib-project -p aFileChooser -t 1
Typecd <desktop>/BLBUILD
then typeandroid update project -p MCPELauncher-app -t 1
Typecd <desktop>/BLBUILD
then typeandroid update project -p <desktop>BLBUILDMCPELauncher
Edit project.properties in this way:MCPELauncher: Ensure target=10aFileChooser: Ensure target=10libsuperuser: Ensure target=10MCPELauncher-app: Ensure target=17
Type
cd <desktop>/BLBUILD/MCPELauncher-app
then typeant clean debug
The build apk is MCPELauncher-app/bin/MCPELauncherApp-debug.apk