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.
是否必须在所有依赖类上添加 @AndroidEntryPoint 注释,例如依赖于活动的片段。是否有任何替代解决方案可以克服此异常?
只需添加@AndroidEntryPoint到您的父Activity类:
@AndroidEntryPoint
Activity
是的,如果您想使用 Hilt,这是一个强制性的过程。你可以使用 Dagger 来解决这个问题。