https://github.com/geode-sdk/android-launcher
Launches an unmodified Geometry Dash with modifications
https://github.com/geode-sdk/android-launcher
android geometry-dash launcher
Last synced: 23 days ago
JSON representation
Launches an unmodified Geometry Dash with modifications
- Host: GitHub
- URL: https://github.com/geode-sdk/android-launcher
- Owner: geode-sdk
- License: bsl-1.0
- Created: 2022-05-23T02:32:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2026-02-16T07:23:41.000Z (29 days ago)
- Last Synced: 2026-02-16T15:40:00.171Z (29 days ago)
- Topics: android, geometry-dash, launcher
- Language: Kotlin
- Homepage:
- Size: 1.61 MB
- Stars: 79
- Watchers: 2
- Forks: 35
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Geode Android Launcher
Launches a vanilla copy of Geometry Dash with the Geode loader added.
## Shortcut Links
The launcher supports a handful of links as an escape hatch when the main functionality is impaired in some way (such as needing to prevent an automatic launch due to a crash).
You can open these links by copying them into the URL bar in some browsers (like Chrome), or through ADB.
| Link | Action |
|---------------------------------------------|--------------------------------------------------------------------------|
| geode-launcher://main | Opens to the main activity, forces the user to explicitly confirm launch |
| geode-launcher://main/launch | Opens to the game after the launcher is finished checking for updates |
| geode-launcher://main/launch?safe-mode=true | Opens to the game like before, but with safe mode enabled |
| geode-launcher://settings | Opens the main settings |
| geode-launcher://developer-settings | Opens the developer settings |
| geode-launcher://logs | Opens the application logs |
| geode-launcher://crashes | Opens the crash dumps viewer |