behaviour-tree-test/platform/android
Hugo Locurcio 7d6d11f8d8
Fix EditorSettings error due to android_sdk_path when exporting a project
This editor setting is queried once every 3 seconds, as it is used
to check whether devices have been (dis)connected for one-click deploy.

This method may be called early on depending on initialization order,
which has led to occasional error messages when exporting a project.
The method now returns early if EditorSettings isn't ready yet
(it will be called again soon after anyway).
2026-02-20 01:25:33 +01:00
..
api Merge pull request #111135 from m4gr3d/add_emit_signal_overload 2025-10-21 15:10:55 -05:00
doc_classes Merge pull request #112361 from Calinou/export-dedicated-server-no-shader-baker 2025-12-09 19:54:22 +01:00
editor Fix editor crash on exit 2025-11-08 10:57:19 -08:00
export Fix EditorSettings error due to android_sdk_path when exporting a project 2026-02-20 01:25:33 +01:00
java Implement project.godot file associations for the Android editor 2026-02-10 14:13:07 -08:00
plugin Misc improvements to the GodotPlugin API 2025-10-11 23:16:31 -07:00
variant Android: Fix memory issues in _variant_to_jvalue() 2025-11-26 11:17:34 -06:00
.editorconfig
android_input_handler.cpp Optimize files that #include input.h header 2026-01-28 14:21:00 +05:00
android_input_handler.h Optimize files that #include input.h header 2026-01-28 14:21:00 +05:00
android_keys_utils.cpp
android_keys_utils.h
audio_driver_opensl.cpp Access microphone buffer from AudioServer and prevent microphone double starts 2025-12-03 19:49:56 +01:00
audio_driver_opensl.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
detect.py Annual Android versions bump for 2026 2026-01-28 13:17:48 -08:00
dialog_utils_jni.cpp
dialog_utils_jni.h
dir_access_jandroid.cpp
dir_access_jandroid.h
display_server_android.cpp Minimize include dependencies of display_server.h 2026-02-17 19:45:31 +01:00
display_server_android.h Minimize include dependencies of display_server.h 2026-02-17 19:45:31 +01:00
file_access_android.cpp
file_access_android.h
file_access_filesystem_jandroid.cpp
file_access_filesystem_jandroid.h
java_class_wrapper.cpp Fix Android JavaClassWrapper test crashes on API 26 and lower 2026-02-04 08:26:16 -08:00
java_godot_io_wrapper.cpp
java_godot_io_wrapper.h
java_godot_lib_jni.cpp Quick fix to address https://github.com/godotengine/godot/issues/115924 2026-02-12 14:14:23 -08:00
java_godot_lib_jni.h Merge pull request #115434 from syntaxerror247/landscape-or-portrait 2026-01-27 15:18:22 -06:00
java_godot_view_wrapper.cpp
java_godot_view_wrapper.h
java_godot_wrapper.cpp Enable Gradle builds on the Android editor via a dedicated build app 2025-11-27 11:03:06 -06:00
java_godot_wrapper.h Enable Gradle builds on the Android editor via a dedicated build app 2025-11-27 11:03:06 -06:00
jni_utils.cpp Fix Android JavaClassWrapper test crashes on API 26 and lower 2026-02-04 08:26:16 -08:00
jni_utils.h Android: Fix memory issues in _variant_to_jvalue() 2025-11-26 11:17:34 -06:00
net_socket_android.cpp
net_socket_android.h
os_android.cpp Optimize files that #include input.h header 2026-01-28 14:21:00 +05:00
os_android.h Move server files into their subfolders 2025-09-30 19:39:39 -07:00
platform_android_builders.py
platform_config.h
platform_gl.h
README.md
rendering_context_driver_vulkan_android.cpp
rendering_context_driver_vulkan_android.h
SCsub Deprecate the Android studio dev buildtype 2026-02-03 06:55:00 -08:00
thread_jandroid.cpp
thread_jandroid.h
tts_android.cpp Make utterance_id 64-bit. 2025-11-07 10:21:20 +02:00
tts_android.h Make utterance_id 64-bit. 2025-11-07 10:21:20 +02:00

Android platform port

This folder contains the Java and C++ (JNI) code for the Android platform port, using Gradle as a build system.

Documentation

Artwork license

logo.svg and run_icon.svg are licensed under Creative Commons Attribution 3.0 Unported per the Android logo usage guidelines:

The Android robot is reproduced or modified from work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.