xManager
Ad-Free, New Features & Freedom
File Explorer
Download Latest Version (.zip)- bug_report.yml
- idea.yml
- FUNDING.yml
- base_font.ttf
- base_glitch.ttf
- splash.gif
- FileUtil.java
- MainActivity.java
- RequestNetwork.java
- RequestNetworkController.java
- SketchwareUtil.java
- SplashActivity.java
- xManager.java
- xManagerLogger.java
- slide_in_left.xml
- slide_in_right.xml
- slide_out_left.xml
- slide_out_right.xml
- background.xml
- divider.xml
- light_blue.xml
- light_cyan.xml
- light_green.xml
- light_orange.xml
- light_pink.xml
- light_purple.xml
- light_red.xml
- progress_bar.xml
- progress_dialog.xml
- scrollbar_vertical_thumb.xml
- state_off.xml
- state_on.xml
- thumb.xml
- track.xml
- app_icon.png
- close.png
- default_image.png
- icon_about.png
- icon_cache.png
- icon_close.png
- icon_developer.png
- icon_discord.png
- icon_donate.png
- icon_faq.png
- icon_help.png
- icon_notification.png
- icon_open.png
- icon_patched.png
- icon_reddit.png
- icon_settings.png
- icon_source.png
- icon_support.png
- icon_switch.png
- icon_uninstall.png
- icon_update.png
- icon_uploader.png
- open.png
- base_font.ttf
- list_changelogs.xml
- list_versions.xml
- main.xml
- splash.xml
- xmanager.xml
- xmanager_round.xml
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_monet.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_monet.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_monet.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_monet.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_foreground.png
- ic_launcher_monet.png
- ic_launcher_round.png
- colors.xml
- icon.xml
- strings.xml
- styles.xml
- AndroidManifest.xml
- build.gradle
- build.gradle
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- gradle.properties
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/Team-xManager/xManager
Downloads the entire project code from GitHub to your computer.
cd xManager
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.
cd app
This project's files live in a subfolder, so move into it first.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
