Skip to content

bluerosegarden/godot-android-notifications

 
 

Repository files navigation

godot-android-notifications

Godot Android plugin to send Android notifications

This plugin implements https://developer.android.com/guide/topics/ui/notifiers/notifications for Godot Engine.

Usage & Docs

Icon

create a icon_notification.png within the android resources in your godot project:

android/build/res/mimap/icon_notification.png

Compiling

Prerequisites:

  • Android SDK (platform version 30)
  • the Godot Android library (godot-lib.***.release.aar) for your version of Godot from the downloads page.

Steps to build:

  1. Clone this Git repository
  2. Put godot-lib.***.release.aar in ./godot-android-notifications/libs/
  3. Run ./gradlew build in the cloned repository

If the build succeeds, you can find the resulting .aar files in ./godot-android-notifications/build/outputs/aar/.

Copy this .aar and GodotAndroidNotifications.gdap in your godot project, into:

android/plugins/.

Now export your Godot project using the custom build

Development

About

Godot android plugin to send notifications

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%