android libcore/run-libcore-tests and vogar build

来源:互联网 发布:问道1.57登陆器源码 编辑:程序博客网 时间:2024/05/01 00:51

libcore的单元测试:libcore/run-libcore-tests

vogar的安装

得到源码 svn checkout http://vogar.googlecode.com/svn/trunk/ vogar-read-only

cp $(android_path)/out/target/common/obj/JAVA_LIBRARIES/android_stubs_current_intermediates/classes.jar lib/android.jar

vim build.xml

修改<property name="android" value="${android.platform.dir}/android.jar"/>

成<property name="android" value="lib/android.jar"/>

删除

        <fail unless="android.platform.dir"
               message="No android.platform.dir. Create local.properties or put Android tools on your $PATH."/>

编译 ant

最后生成文件夹build

export PATH=$(vogar_path)/bin:$PATH


确保adb已经连上platform

就可以直接跑测试脚本

libcore/run-libcore-tests