Skip to content

3point1four-159/Plugin-Java

 
 

Repository files navigation

Plugin-Java

This is a basic example/template for building DroidScript plugins using Android Studio v4+

You can make and install the plugin to your device via ADB by running the 'make-plugin.sh' script in the AndroidStudio terminal window (after building an APK from the Android Studio menu)

These are the main files of interest:

  • java/../MyPlugin.java - The main code for the plugin functionality
  • assets/MyPlugin.inc - The JavaScript wrapper for the plugin
  • assets/MyPlugin.html - The active documentation and samples for the plugin

Please search/ask on the DroidScript forum for more information:-

https://groups.google.com/forum/#!forum/androidscript

About

DroidScript plugin example for Android Studio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 50.0%
  • HTML 42.0%
  • NASL 5.5%
  • Shell 2.5%