blob: 19b0dffc6c21297ad2952ddb105db93b62258a06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
## 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
|