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.
我正在尝试为 android 使用 roboguice+guice 多重绑定。当我跳过 proguard 时,应用程序运行良好。当 proguard 打开时,我遇到了运行时错误,例如:
Multibinder is not initialized
proguard.properties 已为标准 roboguice 库正确设置。当我添加 Multibindings 扩展时出错了。
有人用过这些吗?