简体   繁体   中英

Google Analytics mobile app - No views found

I am using Firebase to develop an Android app for API > 21. The Google Analytics website works correctly, data is coming in and DebugView registers events on my development device. The Firebase Console website also aggregates the analytics data correctly. However, the Google Analytics mobile app for Android shows a "No Views Found." splash screen. I would like to view the analytics data natively from the mobile app, rather than using a browser to interface the Google Analytics website. It's also a concern that I have somehow botched the setup when the Google Analytics mobile app does not load correctly. Any thoughts?

'com.google.firebase:firebase-core:10.2.1' // app level dependency
FirebaseAnalytics analytics = FirebaseAnalytics.getInstance(this); // get reference to analytics framework
analytics.logEvent(FirebaseAnalytics.Event.LOGIN, bundle); // send test event

The Google Analytics mobile app does not currently support Firebase and App+Web properties. Reference

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM