Skip to content

Free and open source application to edit the /etc/hosts file for android devices. Root required.

License

Notifications You must be signed in to change notification settings

SirPryderi/open-hosts-editor

Repository files navigation

Open Hosts Editor for Android

icon Build Status


ROOT REQUIRED

Open Hosts Editor is a free and open source application to edit the /etc/hosts file for Android devices.

It is available for download from Play Store.

Your device must be rooted. Not all devices have the hosts file in the same path, so it might not work on yours. You can submit an issue so that I can investigate.

The application is free and contains no ad.

Contributions

🌍 This project is looking for translators!

Open Hosts Editor needs your help, all contributions are welcome! Open a PR, submit an issue, or suggest a feature!

ko-fi

Screenshots

screenshot screenshot screenshot

Building the app

The required android SDK is 29.

The easiest way of building and running the app is by opening the project on Android Studio.

Building from the command line is equally easy, just run:

Windows:

gradlew.bat build

*nix:

./gradlew build