A Geometry Dash 2.11 Android hack that adds RobTop-like icon kit storage to the game.
Due to the copyrighted nature of Geometry Dash, the program will be provided as a shared library release only. If you wish to modify this application, or automate the APK building process, these are the steps to take:
-
Recreate
build-apk.sh
- a version of the script is provided asbuild-apk-default.sh
but does not sign APKs. The personal build version of the script utilizes uber-apk-signer in order to automate the signing process. -
Place an unmodified version of the Geometry Dash 2.11 APK in the root directory and run
setup.sh
. Ensure thatapktool
is in your path, or the script will fail. -
Setup CMake with Android NDK toolchain file in the newly created
build
directory. -
Run CMake's install target in order to compile the APK file and copy it to the
out
folder.
- Andre, CappuccinoSDK
- Mat, kept asking where Android was (it's here now)
- Anyone who helped with the 1.9 GDPS Android code