EverTranslator
Translate any text on screen, even in games!
Features
- Recognize any text on the screen.
- Translate the recognized text.
- Copy the recognized text or translated text.
- Read out the text. (temporarily removed)
Requirement
- Android 5.0 (API level 21) or above.
- Permission of display over other apps. (not suitable for Android Go)
Get the app
Download it on Google Play
Build from source
Environment requirements
- Android SDK
- Android Studio (optional)
Produce APK by command line
- Create a local file
./local.properties
and put your Android SDK path to it assdk.dir=path to SDK
, or simplily open the project with Android Studio, it will automatically create the required file for you. - Assemble APK file by
./gradlew clean assembleDevDebug
- You can find the APK file on
main/build/outputs/apk/dev/debug/main-dev-debug.apk
- Install debug APK to your phone by
adb install -r -t main/build/outputs/apk/dev/debug/main-dev-debug.apk
Open project in Android Stuido
- Open the project's root folder by Android Studio, the application module is the
main
folder. - You can simplily build and run application by the built-in buttons in Android Studio.
Flavors
- Dev for development
- Prod for releasing to Google Play
Version History
Github Page (big changes)
Contact
If you encounter a bug, please raise an issue here.
For general questions, you can raise an issue or send an email [email protected].