Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经为我的项目创建了一个带有robotium的测试项目。它在eclipse中作为Android Junit测试运行时工作正常。但我现在需要用ant构建我的测试项目。我努力搜索但没有发现任何帮助。任何人能告诉我怎么做吗?
另外,“android update test-project -p . -m ../Myproject”确实会生成一个build.xml文件。但是,它只运行安装的测试,在“ant test”之后从不编译。
ant release install -f YourPath/build.xml