Xed-Editor is a versatile and extensible text editor for Android, featuring syntax highlighting, LSP-powered code intelligence, a built-in terminal, extensions, and fast project-wide tools for efficient editing.
To learn more about Xed-Editor‘s features and usage, visit the official documentation: https://xed-editor.github.io/Xed-Docs/
Choose one of the following build methods.
Option 1: Build Locally
Build the debug APK (signed with the included test key):
./gradlew assembleDebugThe compiled APK will be located at app/build/outputs/apk/debug/app-debug.apk.
Option 2: Build with Docker
If you don't have the Android SDK or JDK 21 installed locally, you can build the project in a Docker container:
DOCKER_BUILDKIT=1 docker build --target export-stage --output ./out .The generated debug APK will be located at out/debug/app-debug.apk.
We welcome contributions! Please read the /docs/CONTRIBUTING.md file to
learn how you can get involved.
Help translate Xed-Editor! Visit Weblate to get started:








