Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近检查了 Firebase for Android 的依赖项,并注意到有一个名为 In-App Messaging Display? 的新依赖项。这两者有什么区别?文档都是一样的。
inapp-messaging-display是子依赖项,是inappmessaging父依赖项。
inapp-messaging-display
inappmessaging
和添加google play服务一样:
implementation 'com.google.android.gms:play-services:15.0.1'
它将为您提供 google play 服务下的所有库,但不建议使用。
https://developers.google.com/android/guides/setup