hansemannn / titanium-firebase-analytics

Use the Firebase Analytics SDK in Axway Titanium 🚀
Other
35 stars 18 forks source link

package com.google.firebase.analytics does not exist #61

Closed gurudey closed 3 years ago

gurudey commented 3 years ago

Why am i getting this while building module?

[ERROR] :  /Users/giru/Documents/Appcelerator_Studio_Workspace/titanium-firebase-analytics/android/src/firebase/analytics/TitaniumFirebaseAnalyticsModule.java:22: error: package com.google.firebase.analytics does not exist
[ERROR] :  import com.google.firebase.analytics.FirebaseAnalytics;
[ERROR] :                                      ^

Do i need to include firebase sdk in class path? can you tell me where to find firebase JAR file?