-
Notifications
You must be signed in to change notification settings - Fork 5
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.
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.
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.