forked from google/talkback
-
Notifications
You must be signed in to change notification settings - Fork 8
Unofficial FOSS-friendly fork of Google's TalkBack
License
talkback-foss-team/talkback-foss
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
TalkBack uses gradle as build system. Here are commands to build, install and test the project from command line: 1) Assemble debug and release apks: ./gradlew assemble 2) Assemble only debug apk: ./gradlew assembleDebug 3) Install debug apk on connected device: ./gradlew installDebug 4) Run instrumentation tests: ./gradlew instrumentationTest 5) Run robolectric tests: ./gradlew test
About
Unofficial FOSS-friendly fork of Google's TalkBack
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Java 98.3%
- C 1.3%
- Other 0.4%