5/5/2019
Posted by 
Blocklauncher

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

Block launcher latest apk pc

This program uses the libsuperuser library by Chainfire.

This program uses the Rhino JavaScript interpreter.

Block Launcher Apk Latest Version

Building

  1. Download Android NDK and extract it somewhere with NO SPACES. Personally I would put it in: C:/

  2. 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

    Adobe photoshop cs2 free download setup

  3. Download Apache ANT and extract it somewhere with NO SPACES. Personally I would put it in: C:/

  4. Setup Environment variables by pressing START, right clicking on Computer, then clicking 'Advanced system settings' on the left side

  5. 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'

  6. 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)

  7. Download these repositories:

  8. 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.

  9. 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.

  10. 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'

  11. 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.

  12. Edit MCPELauncher/local.properties to point to your sdk

  13. Open your cmd prompt: Type in cd <desktop>/BLBUILD/MCPELauncherNow type: ndk-build This should compile all of BlockLauncher's native code

  14. Type cd <desktop>/BLBUILD/libsuperuser then type android update lib-project -p libsuperuser -t 1Type cd <desktop>/BLBUILD/aFileChooser then type android update lib-project -p aFileChooser -t 1Type cd <desktop>/BLBUILD then type android update project -p MCPELauncher-app -t 1Type cd <desktop>/BLBUILD then type android update project -p <desktop>BLBUILDMCPELauncher

  15. Edit project.properties in this way:MCPELauncher: Ensure target=10aFileChooser: Ensure target=10libsuperuser: Ensure target=10MCPELauncher-app: Ensure target=17

  16. Type cd <desktop>/BLBUILD/MCPELauncher-app then type ant clean debug

  17. The build apk is MCPELauncher-app/bin/MCPELauncherApp-debug.apk