Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

react-native-firebase:compileDebugJavaWithJavac' #8

Open
16isaac89 opened this issue Dec 28, 2019 · 1 comment
Open

react-native-firebase:compileDebugJavaWithJavac' #8

16isaac89 opened this issue Dec 28, 2019 · 1 comment

Comments

@16isaac89
Copy link

I have not changed anything but i get this error and i cant wrap my head around it

Task :react-native-firebase:compileDebugJavaWithJavac
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:231: error: cannot find symbol
return createChannelGroupMap(notificationManager.getNotificationChannelGroup(channelGroupId));
^
symbol: method getNotificationChannelGroup(String)
location: variable notificationManager of type NotificationManager
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:331: error: cannot find symbol
notificationChannelGroup.setDescription(description);
^
symbol: method setDescription(String)
location: variable notificationChannelGroup of type NotificationChannelGroup
C:\Users\kisaa\Desktop\SPEDRIVER\node_modules\react-native-firebase\android\src\main\java\io\invertase\firebase\notifications\RNFirebaseNotificationManager.java:407: error: cannot find symbol
writableMap.putString("description", notificationChannelGroup.getDescription());
^
symbol: method getDescription()
location: variable notificationChannelGroup of type NotificationChannelGroup
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
3 errors

What went wrong:
Execution failed for task ':react-native-firebase:compileDebugJavaWithJavac'.

Compilation failed; see the compiler error output for details.

@Rashed-alam
Copy link

@16isaac89
Did you manage to run this project?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants