canot find symbol FirebaseAnalytics.Param.ITEMS #5741
Replies: 1 comment
-
Hi there! You have not included any of the information needed to troubleshoot this so I can't say what's going on. |
Beta Was this translation helpful? Give feedback.
-
Hi Team,
I got the following error msg when building the Android build. In @react-native-firebase/analytics
/node_modules/@react-native-firebase/analytics/android/src/reactnative/java/io/invertase/firebase/analytics/ReactNativeFirebaseAnalyticsModule.java:150: error: cannot find symbol
ArrayList itemsArray = (ArrayList) bundle.getSerializable(FirebaseAnalytics.Param.ITEMS);
^
symbol: variable ITEMS
location: class Param
and
/node_modules/@react-native-firebase/analytics/android/src/main/java/io/invertase/firebase/analytics/UniversalFirebaseAnalyticsModule.java:102: error: cannot find symbol
FirebaseAnalytics.getInstance(getContext()).setDefaultEventParameters(parameters);
symbol: method setDefaultEventParameters(Bundle)
location: class FirebaseAnalytics
Beta Was this translation helpful? Give feedback.
All reactions