## Hello World plugin Showcase how to build a simple Godot Android plugin which is invoked from gdscript ### Building the Hello World plugin Use the following commands to build the plugin: ``` cd Godot-Android-Samples ./gradlew :plugins:hello_world:assemble ``` The generated artifact can be found under [`demo/addons`](demo/addons). ### Usage Open the [`demo`](demo) project in the Godot Editor