Android Roboguice Exception

旧巷老猫 提交于 2019-12-04 03:19:32

Download javax.inject-1.jar and add it to your build path.

See here.

Also, make sure you are using Guice without AOP.

thank you, it appears I was working with Guice 3, which is not supported by Roboguice 1.1.2. I removed Guice 3 and put Guice 2.0-no_aop and this solved my issue. Thanks again!

victorwoo

Make sure to have

  • roboguice-2.0.jar
  • guice-3.0-no_aop.jar
  • jsr305-1.3.9.jar
  • javax.inject-1.jar

and it should work.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!