Installing
- Windows, Linux, or MacOS X
- Java: JRE or JDK 8+ (version 17 is recommended)
- Android SDK Platform-Tools (optional, to work with a device or an emulator)
The Java executable (javaw.exe
on Windows and java
on Linux/MacOS X) is
expected to be on PATH
. Alternatively, the JAVA_HOME
environment variable
should point to the JRE/JDK.
If you don’t have Java installed, you can download Eclipse Temurin JRE for your operating system and hardware architecture.
Download the latest release archive from the GitHub, and unpack it into the location of your choice.
To run the logview, use the OS-specific script:
bin/logview.bat
(Windows)bin/logview
(Linux/MacOS X)