(working title)
An educational mobile app for babies and children.
Follow the directions here for setting up to export for Android:
https://docs.godotengine.org/en/stable/tutorials/export/exporting_for_android.html
Note that you only need to follow up to "Setting it Up in Godot", and some of that should be configured already
You should then be able to use the Export Preset for Android to create an APK file, or...
The Remote Debug option is described here:
Note that in order for this to work, you must take several steps:
- Setup for exporting to Android, as described above
- Enable Developer Mode on your phone: https://developer.android.com/studio/debug/dev-options#enable
- Enable USB Debugging on your phone: https://developer.android.com/studio/debug/dev-options#Enable-debugging
- Connect your phone to the PC via a USB cable
- There should then be the option to run Remote Debug, next to the "Play Current Scene" button