Skip to content

Commit cf43123

Browse files
committed
2.2 support
1 parent 77f5d8d commit cf43123

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

β€ŽCMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
66
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/out)
77
set(CMAKE_SYSTEM_NAME Android)
88
set(CMAKE_SYSTEM_VERSION 21)
9-
set(CMAKE_ANDROID_ARCH_ABI armeabi-v7a) # armeabi-v7a / x86 (untested)
9+
set(CMAKE_ANDROID_ARCH_ABI arm64-v8a) # arm64-v8a / armeabi-v7a
1010
set(CMAKE_ANDROID_STL_TYPE c++_static)
1111
set(MODNAME gdmod)
1212

β€ŽREADME.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
# Android-ML
2-
First open source android modding library for Geometry Dash
3-
---
2+
3+
## First open source android modding library for Geometry Dash
44

55
## Setup
6+
67
1. Clone this repo
78
2. Install CMake
8-
2. Download [Android NDK](https://developer.android.com/ndk/downloads)
9-
4. `Linux: export NDK="/path/to/ndk"; Windows: set NDK="/path/to/ndk"
9+
3. Download [Android NDK](https://developer.android.com/ndk/downloads)
10+
4. export NDK="/path/to/ndk"
1011

1112
## Compiling
13+
1214
```sh
1315
# Linux
1416
./build.sh
15-
16-
# Windows (untested)
17-
./build.bat
1817
```
1918

2019
---
20+
2121
## Special thanks
22+
2223
- [Pie](https://github.com/poweredbypie) - headers
2324
- [HJfod](https://github.com/HJfod) - headers
24-
- [Adaf](https://github.com/adafcaefc) - headers, haxormode
25-
- [Kafif](https://github.com/cafeed28) - Windows support
25+
- [Adaf](https://github.com/adafcaefc) - headers
Binary file not shown.

β€Žlibs/arm64-v8a/libdobby.a

358 KB
Binary file not shown.

β€Žlibs/arm64-v8a/libfmod.so

1.1 MB
Binary file not shown.

β€Žlibs/armeabi-v7a/libcocos2dcpp.so

1.76 MB
Binary file not shown.

β€Žlibs/armeabi-v7a/libfmod.so

-192 KB
Binary file not shown.

β€Žlibs/x86/libdobby.a

-254 KB
Binary file not shown.

β€Žlibs/x86/libfmod.so

-1.57 MB
Binary file not shown.

0 commit comments

Comments
Β (0)