revanced-library
๐ Library containing common utilities for ReVanced
File Explorer
Download Latest Version (.zip)- bug_report.yml
- config.yml
- feature_request.yml
- build_pull_request.yml
- open_pull_request.yml
- release.yml
- update_documentation.yml
- config.yml
- dependabot.yml
- revanced-library.api
- revanced-library.api
- revanced-headline-vertical-dark.svg
- revanced-headline-vertical-light.svg
- revanced-logo.svg
- gradle-wrapper.jar
- gradle-wrapper.properties
- libs.versions.toml
- LocalShellCommandRunner.kt
- LocalShellCommandRunnerRootService.kt
- LocalInstaller.kt
- LocalInstallerResult.kt
- LocalInstallerService.kt
- LocalRootInstaller.kt
- AdbShellCommandRunner.kt
- RunResult.kt
- ShellCommandRunner.kt
- AdbInstaller.kt
- AdbInstallerResult.kt
- AdbRootInstaller.kt
- Constants.kt
- Installation.kt
- Installer.kt
- RootInstallation.kt
- RootInstaller.kt
- RootInstallerResult.kt
- Utils.kt
- Logger.kt
- ApkSigner.kt
- ApkUtils.kt
- Cryptography.kt
- Options.kt
- Patch.kt
- Serialization.kt
- Utils.kt
- MostCommonCompatibleVersionsTest.kt
- OptionsTest.kt
- SerializationTest.kt
- build.gradle.kts
- .gitattributes
- .gitignore
- .releaserc
- build.gradle.kts
- CHANGELOG.md
- CONTRIBUTING.md
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- package-lock.json
- package.json
- README.md
- settings.gradle.kts
# Installation Guide
1. Get the code
git clone https://github.com/ReVanced/revanced-library
Downloads the entire project code from GitHub to your computer.
cd revanced-library
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
