Agasper / unity-android-notifications

Unity3D Plugin for Android local notifications with example project
Other
555 stars 184 forks source link

Null Pointer Exception - Crash #112

Closed ItsGenN closed 5 years ago

ItsGenN commented 5 years ago

Caused by: java.lang.NullPointerException:

at net.agasper.unitynotification.UnityNotificationManager.onReceive (UnityNotificationManager.java:153)

at android.app.ActivityThread.handleReceiver (ActivityThread.java:2725)

I guess this is caused by the following reason:

Agasper commented 5 years ago

There is no support, you can fix it by yourself and make a pull request

ItsGenN commented 5 years ago

Can you tell me how can i extract edit files in notification.jar, any software or something.

Agasper commented 5 years ago

Open plugin sources in Android Studio, fix it, and build https://github.com/Agasper/unity-android-notifications/tree/master/PluginSrc