07-04-2015, 02:27 PM
(This post was last modified: 07-04-2015, 02:28 PM by DiamondToaster.)
I think there have been some problems with compiling for Android. It is still possible to run Cuberite/MCServer on Android using a chroot. You don't need a rooted device for this.
1. Install this on your device: https://play.google.com/store/apps/detai...bian&hl=en
2. Once you follow the instructions creating a Debian filesystem, there should be a way to access the Linux terminal, not too sure with this particular chroot app.
3. Get git on Debian using "sudo apt-get install git build-essential cmake"
4. Type "cd"
5. Type "git clone https://github.com/cuberite/cuberite"
6. Type "cd cuberite"
7. Type "git submodule init && git submodule update"
8. Type "cd cuberite/src/"
9. Type "cmake .. & make"
10. There should be a compiled executable in the Cuberite directory in the folder containing other folders called "Plugins", etc...
11. Whenever you want to run the server on the device, navigate to that directory on the Debian terminal using "cd" and "ls" to list the files in that directory. When you have found the executable names "MCServer," run it using "./MCServer"
This guide might not be 100% accurate since it's been long since I've done it, but it should give you a general idea. Anyone else, feel free to correct me where necessary.
1. Install this on your device: https://play.google.com/store/apps/detai...bian&hl=en
2. Once you follow the instructions creating a Debian filesystem, there should be a way to access the Linux terminal, not too sure with this particular chroot app.
3. Get git on Debian using "sudo apt-get install git build-essential cmake"
4. Type "cd"
5. Type "git clone https://github.com/cuberite/cuberite"
6. Type "cd cuberite"
7. Type "git submodule init && git submodule update"
8. Type "cd cuberite/src/"
9. Type "cmake .. & make"
10. There should be a compiled executable in the Cuberite directory in the folder containing other folders called "Plugins", etc...
11. Whenever you want to run the server on the device, navigate to that directory on the Debian terminal using "cd" and "ls" to list the files in that directory. When you have found the executable names "MCServer," run it using "./MCServer"
This guide might not be 100% accurate since it's been long since I've done it, but it should give you a general idea. Anyone else, feel free to correct me where necessary.