摘要: 学习Robotium一段时间了,整理了robotium的框架,包含如何通过控件的ID识别和控制控件,推荐阅读这篇文章。 1 package com.xxxxx.xxxx; 2 3 4 import com.jayway.android.robotium.solo.Solo; 5 6 import android.R.string; 7 import android.test.ActivityInstrumentationTestCase2; 8 import android.view.View; 9 10 @SuppressWarnings({ "unchecked", & 阅读全文
posted @ 2013-01-09 22:43 VincentVan 阅读(476) 评论(0) 推荐(0)
摘要: 检查jdk是否为1.6,若jdk版本为1.7,改为1.6再尝试 阅读全文
posted @ 2012-12-16 18:18 VincentVan 阅读(354) 评论(0) 推荐(0)