Troubleshooting for Android
- Download Android export template and enable gradle build from export settings
- Missing APP ID:
- If your game crashes due to missing APP ID, then make sure that you
- enter your Admob APP ID in the Admob node and pay attention to the Android Export section
- or enter it in the
android_export.cfgfile as described in the File-based Export section.
Troubleshooting:
- Logs:
adb logcat | grep 'godot'(Linux),adb.exe logcat | select-string "godot"(Windows) - You may find the following resources helpful: