Android Roboguice Exception

后端 未结 3 1924
别那么骄傲
别那么骄傲 2021-02-20 16:31

Just starting my way with Roboguice for android. Tried implementing this simple context injection but getting this exception. I googled it and ran into quite a few posts but non

3条回答
  •  梦毁少年i
    2021-02-20 16:52

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

    See here.

    Also, make sure you are using Guice without AOP.

提交回复
热议问题