This repository contains source code for Google's TalkBack, which is a screen reader for blind and visually-impaired users of Android. For usage instructions, see TalkBack User Guide.
To build TalkBack, you will need Android Studio (tested with version 3.5.1).
- Create an Android Studio project from the talkback source code.
- If you receive warnings about "Multiple dex files define INotificationSideChannel", ensure you have an updated Gradle plugin.
- From the "Build" menu, "Make project".
- Use the APK file from the "build/" directory.
Install the apk onto your Android device in the usual manner using adb.
With the apk now installed on the device, the TalkBack service should now be present under Settings -> Accessibility, and will be off by default. To turn it on, toggle the switch preference to the on position.