Testing Accessibility on Emulated Device (Marshmallow)

后端 未结 5 810
长发绾君心
长发绾君心 2020-12-29 02:43

I want to test the accessibility of my app in emulator (particularly Talkback) but it seems that the option is missing in emulator. Here is the screen shot from

相关标签:
5条回答
  • 2020-12-29 03:02

    The emulators don't contain Talkback by default. You need to install an Emulator with Google Play then Download TalkBank.

    0 讨论(0)
  • 2020-12-29 03:05

    but can it be turned on ? I was able to adb install from this site https://rileymacdonald.ca/2018/09/07/android-test-talkback-accessibility-android-emulators/ but Settings ->Access

    0 讨论(0)
  • 2020-12-29 03:10

    The official documentation says to download the project, build the app, and drag the APK from the build folder onto the device. Worked the first time for me.

    0 讨论(0)
  • 2020-12-29 03:16

    It seems that the emulator doesn't contain Talkback by default so after downloading "TalkBack" apk and install it on the emulator, the option has been enabled.

    0 讨论(0)
  • 2020-12-29 03:18

    Update: It's easier to install the Android Accessibility Suite from the Google Play Store. It will update your Settings->Accessibility menu to include TalkBack as an option.

    0 讨论(0)
提交回复
热议问题