Eclipse で Run As > Android JUnit Test を実行すると、Robotium のテストが正常に実行されます。ただし、ant run-tests (コマンドラインまたは Eclipse 内) を使用してそれらを実行しようとすると、次のようになります。
run-tests:
[echo] Running tests ...
[exec] com.my.package.test.MySpecificFunctionalTest:INSTRUMENTATION_RESULT: shortMsg=Could not find a method callClicked(View) in the activity
[exec] INSTRUMENTATION_RESULT: longMsg=java.lang.IllegalStateException: Could not find a method callClicked(View) in the activity
[exec] INSTRUMENTATION_CODE: 0