Eclipse导入Robotium的源码需要安装插件Maven Integration (m2e)
1、在Eclipse菜单Help -> Install New Software…,在弹出的“Install”窗口中Add:m2e - http://download.eclipse.org/technology/m2e/releases/,网络验证有效后,勾选“Maven Integration for Eclipse”,点击“Next >”直到选择“I accept the terms of the license agreement”之后点击“Finish”按钮,最后等待安装完成。
2、M2e插件安装成功后,展开Eclipse菜单 File -> Import,在Import窗口选择Maven -> Existing Maven,Browser到robotium源码目录,最后点击按钮“Finish”就完成了robotium源码的导入。