This project serves as a template for creating plugins for Xed-Editor (Karbon).
Follow these steps to set up the repository and build your plugin:
Start by cloning this repository and navigating into its directory:
git clone https://github.com/Xed-Editor/pluginTemplate
cd pluginTemplate
mkdir -p sdk
-
Download the latest
sdk.jar
from the GitHub actions.Note: If certain APIs or Classes are not available in your plugin then just update the SDK jar.
-
Unzip it and Place the downloaded **
sdk.jar
** file into theapp/libs
directory of the project
Run the following command to build your plugin:
bash gradlew assembleRelease
After a successful build, your plugin will be available at:
app/build/outputs/apk/release/app-release-unsigned.apk
there should be a file with .apk extension this is your final file. you can install this from the app