- Background
- Change Log
- Install
- Usage
- Preview
- Known Issues
- Maintainers
- Contribution
- Related Efforts
- License
Origin
I discovered the BoardwalkApp a few years ago, which can launch Minecraft Java Edition on Android devices. It's so exciting to see minecraft start on my phone. Thanks to Boardwalk, it left a deep impression on me, and since then I have also developed interest and love in programming. I learned Java programming for 8 days through 'Head First Java', and started to write my first Android program MCinaBox with the support of BoatApp Project.
zhuowei 's BoardwalkApp https://github.com/zhuowei/Boardwalk
CosineMath 's BoatApp https://github.com/CosineMath/BoatApp
- First debug edition.
- Did't finished yet.
- Android Studio
- Android NDK
- Git
git clone https://github.com/longjunyu2/MCinaBox.git
- Import this project in your Android Studio.
- Build via Android Studio.
You can also get released apk from here.
The software is distributed under GPL v3 with additional terms.
- When you distribute a modified version of the software, you must change the software name or the version number in a reasonable way in order to distinguish it from the original version. [under GPLv3, 7(c).]
- You must not remove the copyright declaration displayed in the software. [under GPLv3, 7(b).]
Chinese Translation:
- 当你分发本程序的修改版本时,你必须以一种合理的方式修改本程序的名称或版本号,以示其与原始版本不同。 [依据 GPLv3, 7(c).]
- 你不得移除本程序所显示的版权声明。[依据 GPLv3, 7(b).]
This project exists thanks to all the people who contribute.
If you want to submit a pull request, there're some requirements:
- IDE: Android Studio
- TargetSDK: 28
- MimniumSDK: 21
- Do NOT modify
gradle
files.
CosineMath 's BoatApp https://github.com/CosineMath/BoatApp