Enterprise: How can I change the name of my custom android plugin library?

Hi all,

I’m fairly new to enterprise and trying to develop my first plugin for android. I copied the sample app and can compile the plugin with ./build.plugin.sh

However, it keeps outputing a file in my bin called plugin.library.jar. I’d rather have it be named something like plugin.spacewolf.jar.

How can I make it change the output file? I’ve tried editing the build.plugin.xml but it didn’t work.

I think you just have to change the name here:  AndroidManifest.plugin.xml

then make sure the path matches.  If you look in android/src/ you will see a plugin folder and inside it is “library”.  If you want your’s named spacewolf, rename the “library” folder inside of android/src/plugin to spacewolf then update the above XML file.

Rob

I think you just have to change the name here:  AndroidManifest.plugin.xml

then make sure the path matches.  If you look in android/src/ you will see a plugin folder and inside it is “library”.  If you want your’s named spacewolf, rename the “library” folder inside of android/src/plugin to spacewolf then update the above XML file.

Rob