We will now create a Vaandroid application. Our application will run as a web site instead of an Android file that must be installed on a device.
Add vaandroid.xml and pom.xml to the root of your project module (HelloWorld/app).
Add PluginImpl.java and ResourceImpl.java to src/vaandroid/java/\<path-to-your-package>. You will have to change the package declarations to match your package.
You can simply download Maven, unpack it, and run the command from the bin directory. Download Maven here.
Go to the directory of your pom.xml file and run the Maven package command.
> ~/Downloads/apache-maven-3.3.9/bin/mvn package -Dmaven.test.skip=true
or
> mvn package -Dmaven.test.skip=true
Your plugin will be available as /target/tv.twelvetone.vaandroid.plugin.helloworld-1.0-SNAPSHOT.jar
There are 2 ways to install a plugin into the Vaandroid Cloud Server
Once installed, your plugin should just appear on the home screen.