Skip to Content
Apex Pathing is currently not released! Join the  Discord Server  to help or keep up with development.
DocumentationInstallation

Apex Pathing Installation


Since we are in the early stages of development, the installation process is a bit more involved than we would like. OnBot Java is not currently supported, you will need to use Git and clone the project in Android Studio. Feel free to reach out in the Discord if you need any help with the installation process, we are happy to help!

Clone or Fork the repository

Here are the steps to clone the project using Android Studio:

  1. Open Android Studio and select “Clone Repository” on the welcome screen.
  2. In the “URL” field, enter the URL of the Apex Pathing GitHub repository: https://github.com/ApexPathing/main/
  3. Choose a directory on your computer where you want to clone the project.
  4. Click the “Clone” button to start the cloning process.
Clone project in Android Studio

Once the cloning process is complete, Android Studio will automatically open the project.

When Android Studio opens, you may see this message, press More -> Don’t ask again for this project

Disable AGP update prompt

What’s next?

Once you have the project cloned, head over to the Constants Setup page to commence the tuning process and set up your Constants file.

Last updated on