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/
- Build the Debug APK (signed with the included testkey):
The compiled APK will be located at
./gradlew assembleDebug
app/build/outputs/apk/debug/app-debug.apk.
If you do not have the Android SDK or JDK 21 installed locally, you can compile the project in a container using Docker. This command builds the APK and exports it directly to your host machine:
DOCKER_BUILDKIT=1 docker build --target export-stage --output ./out .The output debug APK will be generated 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:








