Android available tools

These are the tools available on Android that can be used to check the accessibility of apps.

Check which one is most appropriate for your context. Ideally, use all of them!

ToolTest levelRunning environmentWhat you need to do
Accessibility ScannerBit testsInstrumentedRun and verify the app screen by screen
UI AutomatorBig testsInstrumentedWrite automated UI tests that check accessibility
EspressoMedium and big testsInstrumentedCall API AccessibilityChecks from the root view of each screen
RoboletricSmall testsLocalUse the AATK
LintStatic checksLocalCheck the warnings