Magisk/README.md

15 lines
514 B
Markdown
Raw Normal View History

2016-08-27 13:02:41 +02:00
# Magisk Manager
2016-10-17 10:43:02 +02:00
The project can only be compiled on Android Studio Version 2.2.0+
I use Java 8 features, which requires Jack compiler and that's only available 2.2.0+
2016-08-27 13:02:41 +02:00
2016-10-02 18:06:12 +02:00
# Prebuild Binaries
### libbusybox.so
Static BusyBox binary by @yashdsaraf
Link and source: http://forum.xda-developers.com/showthread.php?t=3348543
2016-08-27 13:02:41 +02:00
2016-10-02 18:06:12 +02:00
### libzip.so
Static ndk-built info-zip
NDK makefiles: https://github.com/cloudchou/ndkzip
Info-Zip source: https://sourceforge.net/projects/infozip/
bzip2 source: http://www.bzip.org/