universal-tools / UTNotificationsFeedback

7 stars 0 forks source link

java.lang.IllegalArgumentException: already added: Luniversal/tools/notifications/BuildConfig; #77

Closed vtimejc closed 6 years ago

vtimejc commented 6 years ago

Hi,

This seems like something I have done wrong, but I cannot get to the bottom of it. After upgrading from a pre-FCM version of UTNotifications to 1.7.1 I get an error message about multiple BuildConfigs.

If I remove utnotifications.aar then it builds, but then the runtime throws ClassNotFoundException: Didn't find class "universal.tools.notifications.Manager"

I've tried Gradle and non-gradle Unity builds.

vtimejc commented 6 years ago

Ah, found that the old "icons" aar from the previous set up had the pesky classes.jar too. My bad.