Skip to content

Guide to addons

BeboKhouja edited this page Mar 15, 2023 · 1 revision

Addons are software that extends the functionality of a application. In this case, we will show you how to use addons in ADB GUI.

Installing a addon

To install a addon, place a "mods" folder in the parent directory of the JAR file. Then, you are done! Find a addon online then place it in the "mods" folder.

Setting up an addon

You can use a .class file or .jar file, but you must define the main method if you are using a JAR. However, if you are using .class file, you must put a method named "main" in your main class file.

Clone this wiki locally