From 12e07b91b55b0ce2236e7d40b0840ebf90e5f16b Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Wed, 30 Sep 2020 06:17:37 +0700 Subject: [PATCH 1/2] Disable arm64 and x86_64 build --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index eab16626b..82929d2fd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -28,7 +28,7 @@ android { multiDexEnabled true //important ndk { - abiFilters "armeabi-v7a" , "x86" , "x86_64" , "arm64-v8a" + abiFilters "armeabi-v7a" , "x86" // , "x86_64" , "arm64-v8a" } } From db8797a3ea804d037d5ab40a70638c9fdf1a1242 Mon Sep 17 00:00:00 2001 From: Tran Khanh Duy <40482367+khanhduytran0@users.noreply.github.com> Date: Sat, 3 Oct 2020 05:55:58 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59f225037..f90494538 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,13 @@ Architectures: - [x] **Removed** ~~BinaryExecutor: execute `java` binary, no `JNIInvocation`.~~ - [x] **Temporary removed** ~~JVDroid OpenJDK 11 (32 and 64-bit ARM and x86). Partial, no error `can't lock mutex`, but now exit with none output.~~ - [x] OpenJDK 9 Mobile port: ARM32, ARM64, x86, x86_64. -- [ ] AWT/Swing for mod installer. Will try own graphics environment~~use `Caciocavallo` project~~. +- [x] Mod installer headless +- [ ] Mod installer with GUI. Will try own graphics environment~~use `Caciocavallo` project~~. - [x] OpenGL in OpenJDK environment - [x] OpenAL (work on most devices) - [x] Input keyboard and mouse events from ART to OpenJDK environment -- [ ] Support Minecraft 1.12 and below. -- [x] Support Minecraft 1.13 and above. Used GLFW stub. +- [x] Support Minecraft 1.12.2 and below. Used [lwjglx](https://github.com/PojavLauncherTeam/lwjglx), a LWJGL2 compatibility layer for LWJGL3. +- [x] Support Minecraft 1.13 and above. Used [GLFW stub](https://github.com/PojavLauncherTeam/lwjgl3-glfw-java). - [ ] More... ## License