私は私のためにRobotiumコードを記録してテストロイドで生成しました:
public void testRecorded() throws Exception {
try {
solo.waitForActivity("SplashScreen");
solo.waitForActivity("TutorialActivity");
solo.sleep(3100);
solo.drag(solo.toScreenX(0.988f), solo.toScreenX(0.134f),
solo.toScreenY(0.523f), solo.toScreenY(0.581f), 6);
しかし、手動で書いたRobotiumコードに同じコードを貼り付けたところ、solo.toScreen、solo.clickOnView(solo.findViewById)が認識されません。
解決できないため、エラーが発生します。
Robotiumにないtestroidの組み込みクラスはありますか?