目录方法一:将JAR文件安装到本地Maven仓库方法二:使用 system 范围的依赖方法三:使用 maven-install-plugin 插件在Maven项目中,如果需要导入位于 src/main/resources/lib 或其他目录中的JAR
I am currently developing an android app in eclipse using: One project for the app One project for the tests (Instrumentation and Pojo tests)