This is an old revision of the document!
Table of Contents
aTox
aTox is a modern Tox client for Android.
Repository: | https://github.com/evilcorpltd/aTox |
Maintainers: | robinli |
Language: | Kotlin |
Operating Systems: | Android |
Status: | Active |
Installation
aTox can be easily installed from F-Droid or Google Play.
Alternatively its .apk file can be downloaded from its GitHub releases page.
Building
Clone!
git clone https://github.com/evilcorpltd/aTox.git
Build tox4j!
Until #730 (GitHub issues) is closed, you'll have to build and publish tox4j to a local repository:
./scripts/build-host -j$(nproc)
./scripts/build-aarch64-linux-android -j$(nproc) release
./scripts/build-arm-linux-androideabi -j$(nproc) release
./scripts/build-i686-linux-android -j$(nproc) release
./scripts/build-x86_64-linux-android -j$(nproc) release
Build aTox!
gradlew build
Communication with the developer
Translation
Want to see aTox in your language? Contribute a translation on Weblate!