- Open
android-studio-project
in Android Studio and make the project. This will build an AAR (Android archive) file in theandroid-studio-project/app/build/outputs/aar
directory. - Open
godot-project
in Godot. Click Project > Install Android Build Template. - Copy the AAR file from step #1 into the
godot-project/android/plugins
directory. - Run
adb logcat
in a terminal. - Connect an Android device to your computer and build the Godot project to the device.
- Observe the adb output in the terminal for the expected output shown here:
10-19 20:59:14.485 6719 6777 I godot : Helllooooo Woooorrrllldd!!
10-19 20:59:14.507 6719 6777 I godot : TEST SIGNAL RECEIVED: this is our test signal from ANDROID PLUGIN