Giter Club home page Giter Club logo

Comments (14)

Haus3master avatar Haus3master commented on September 26, 2024

Firstly, I don't think this launcher supports education edition.(If you want to education edition, then just install a version of Minecraft bedrock and in the world creation options, activate cheats and toggle education edition).
Secondly, make sure that the architecture of your apk matches with that of your cpu, for example, if your cpu is x86 then the architecture of the apk also should be x86, if you don't own the game and you are on any other architecture than armhf, you might be out of luck, as most of the apk files on the internet are only arm compatible.
Thirdly, if it's a relatively new version of Minecraft, then, it takes time for the launcher to support them...

from linux-packaging-scripts.

MCMrARM avatar MCMrARM commented on September 26, 2024

pretty sure education edition is arm only

from linux-packaging-scripts.

NoozAbooz avatar NoozAbooz commented on September 26, 2024

pretty sure education edition is arm only

Oh sorry, forgot to mention I'm running a Raspberry Pi.

from linux-packaging-scripts.

ChristopherHX avatar ChristopherHX commented on September 26, 2024

I don't have any apk of minecraft edu, but you have..

I'm not shure if the main lib is called libminecraftedu.so, but worth trying.

  • Try renaming
    lib/armeabi-v7a/libminecraftedu.so to lib/armeabi-v7a/libminecraftpe.so and / or lib/arm64-v8a/libminecraftedu.so to lib/arm64-v8a/libminecraftpe.so inside the apk file (it's just a zip file)

  • Then import again.

  • It may crash now instead, I doubt that it will work

About failed to stat selected file: make shure the apk is copied to your device's sd card not via mtp or other storage provider.

from linux-packaging-scripts.

NoozAbooz avatar NoozAbooz commented on September 26, 2024

I don't have any apk of minecraft edu, but you have..

I'm not shure if the main lib is called libminecraftedu.so, but worth trying.

  • Try renaming
    lib/armeabi-v7a/libminecraftedu.so to lib/armeabi-v7a/libminecraftpe.so and / or lib/arm64-v8a/libminecraftedu.so to lib/arm64-v8a/libminecraftpe.so inside the apk file (it's just a zip file)
  • Then import again.
  • It may crash now instead, I doubt that it will work

About failed to stat selected file: make shure the apk is copied to your device's sd card not via mtp or other storage provider.

Seems like there isn't a lib folder in the apk file:
image

MC Edu edition is free so you can find a few apks scattered around the web.

from linux-packaging-scripts.

ChristopherHX avatar ChristopherHX commented on September 26, 2024

There is no lib in assets.
lib is a folder next to assets.

so assets/../lib

Also if you have multiple apks just choose the one witg the lib folder in the root

from linux-packaging-scripts.

NoozAbooz avatar NoozAbooz commented on September 26, 2024

There is no lib in assets.
lib is a folder next to assets.

so assets/../lib

Well uh
image

from linux-packaging-scripts.

ChristopherHX avatar ChristopherHX commented on September 26, 2024

You need more apks than the base apk like the arm configuration apk.

Otherwise it is a incomplete set of apks

from linux-packaging-scripts.

NoozAbooz avatar NoozAbooz commented on September 26, 2024

So something like this?
image

from linux-packaging-scripts.

NoozAbooz avatar NoozAbooz commented on September 26, 2024

The problem is my RPI is running a 32-bit OS...

from linux-packaging-scripts.

ChristopherHX avatar ChristopherHX commented on September 26, 2024

Then you additionally need config.armeabi-v7a.apk if it exists.
Or reinstall arm64 os if you have a rpi3 or newer

from linux-packaging-scripts.

NoozAbooz avatar NoozAbooz commented on September 26, 2024

Hm... I'll go search around and see if I can find a arm32 one.

from linux-packaging-scripts.

NoozAbooz avatar NoozAbooz commented on September 26, 2024

Then you additionally need config.armeabi-v7a.apk if it exists.
Or reinstall arm64 os if you have a rpi3 or newer

Say I got a arm32 bit apk, what do I do with it? Do I just copy the lib folder inside it to the base apk?

from linux-packaging-scripts.

ChristopherHX avatar ChristopherHX commented on September 26, 2024
  1. open config.armeabi-v7a.apk
  2. rename the libminecraft*.so in lib/armeabi-v7a/ to libminecraftpe.so if it has a different name
  3. save config.armeabi-v7a.apk (use the old zip format or the launcher won't accept it)
  4. select all apks com.mojang.minecraftedu.apk, config.*.apk in the import dialog or it won't accept it at all

I don't believe minecraftedu has an armv7 version

from linux-packaging-scripts.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.