This project has been withheld by a moderator. While it is still accessible and listed on DroidStore, it won't be listed in DroidScript.

Make sure you have installed the JavaCompiler plugin: https://github.com/DroidScript/Plugin-JavaCompiler/releases/tag/v2.00Change the plugin name from JavaCompiler.zip to JavaCompiler.ppk, then open it with DroidScript and wait for it to load.
- Write your Java code in the Java.js file.
- Add your document to the Document.html file.
- Edit the code that will create your plugin and bridge to Java from the Plugin.js file.
- Edit the sample application from Example.js.
- Press these buttons respectively:
- Compile: Compiles Java code. Adds the plugin file to output/PluginName.ppk.
- Install: Installs the plugin into DroidScript.
- RunExample: Runs your example app and exits PluginMaker.
The project already has a StatusBar instance. Clone and edit the app for your other plugin projects.
You can ask your questions on the DroidScript forum (https://groups.google.com/g/androidscript) or Discord channel (https://discord.gg/MUhvxxbXeK).