June 2018
Beginner to intermediate
298 pages
7h 38m
English
You're now ready to export. Click on Project | Export and add a preset for Android (see the previous section). Click the Export Project button and you'll have an Android Package Kit (APK) you can install on your device. You can do this with a graphical tool or from the command line using adb:
adb install dodge.apk
Note that if your system supports it, connecting a compatible Android device will cause the one-click deploy button to appear in the Godot editor:
Clicking this button will export the project and install it on your device in one step. Your device may need to be in developer mode for this to happen: consult your device's ...
Read now
Unlock full access