Robotium 实现了Android 的自动化用例运行,现在想进一步做CI,使用ant 进行编译
步骤如下:
1、先在apk source 下进行编译:编译前可先删除 build.xml 文件。
android update project? -p [path]?? ,会在source 目录下更新 :
local.properties
ant.properties
project.properties
build.xml
2、在Source Test 目录下进行编译: 编译前可先删除 build.xml 文件
android update test-project? -m [path]? -p [testPath],同样会在source test 目录下更新:
local.properties
ant.properties
project.properties
build.xml
3、在Source Test 目录下运行:ant debug? 编译出需要的apk文件,供测试使用