Android instrumentations are powerful tools for automating android applications and make a nice fit for automated acceptance testing.
Positron provides an instrumentation and some support classes to help writing acceptance tests. It is provided as a jar that gets bundled with your application.
Right now acceptance tests are written in junit. Support for running scripts from resources is planned…