Godot安卓调试与导出
安装Android SDK:(command line tools) Exporting for Android — Godot Engine (stable) documentation in English Android SDK - Command line tools Installation (Detailed) - YouTube 实机调试: 开启开发者模式(系统版本号介面连续点击) 连接USB 连接模式设置为传送文件 开启USB调试模式(设置内) 安卓10以上显示底部菜单:导出时取消immersive mode(沉浸模式) How do I make Android 10 navigation bar visible? - Godot Engine - Q&A 如果仍未起作用:安装自定义导出模板 Custom builds for Android — Godot Engine (stable) documentation in English 并修改 "android/build/res/values/themes.xml" 文件内的 <style name="GodotAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar.Fullscreen"/> 改为 <style name="GodotAppMainTheme" parent="@android:style/Theme.Black.NoTitleBar"/> Immersive mode OFF for Android still doesn't show the status bar · Issue #48811 · godotengine/godot (github.com)