当前位置: 首页 > 工具软件 > RoboGuice > 使用案例 >

RoboGuice的搭建(Eclipse)

章翔宇
2023-12-01

现在官网都是3.0版本了,不知道为什么在我的机子搭建不成功,一直报错,就用了2.0的。另外RG 4也马上快出来了

3.0集成了Google Map Fragments and action bar sherlock等。3.0性能更好启动更快,官方的话:Based on our testing, we expect most apps to see improved startup times of between 35% and 75%. 

What's New in RoboGuice 3:

  • Compile-time annotation processing using Blender, a Guice preprocessor
  • Simplified roboguice configuration using AndroidManifest
  • Guice 4.x

在这里下载4个jar包就行  https://github.com/roboguice/roboguice/wiki/InstallationNonMaven




roboguice 2.0.jar有三个依赖包:guice-3.0-no_aop.jar,javax.inject-1.jar,jsr305-1.3.9.jar


安装

要使用RoboGuice,你需要下载JAR文件并把他们添加到环境变量中:


 类似资料: