Android: Add option to always use WiFi to connect to remote debug
This commit is contained in:
parent
713bfaf5ea
commit
40b08cb4b6
3 changed files with 12 additions and 3 deletions
|
|
@ -53,6 +53,9 @@ void register_android_exporter() {
|
|||
EDITOR_DEF("export/android/shutdown_adb_on_exit", true);
|
||||
|
||||
EDITOR_DEF("export/android/one_click_deploy_clear_previous_install", false);
|
||||
|
||||
EDITOR_DEF("export/android/use_wifi_for_remote_debug", false);
|
||||
EDITOR_DEF("export/android/wifi_remote_debug_host", "localhost");
|
||||
#endif
|
||||
|
||||
Ref<EditorExportPlatformAndroid> exporter = Ref<EditorExportPlatformAndroid>(memnew(EditorExportPlatformAndroid));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue