godot/platform/android/java/lib
Fredia Huya-Kouadio ec4d720850 Fix the issue causing the Godot Android Editor to crash when returning from the launched and running game
The issue was caused because the running game pid was not set, and thus had a value of `0`. When trying to stop the running game, the `EditorRun::stop()` logic would kill the process with pid 0, which on Android corresponds to the running app's own process, thus causing the editor to crash.
This issue did not happen on Godot 3 because pid with value of `0` are not considered valid.
2023-01-26 02:59:39 -08:00
..
aidl/com/android/vending/licensing
patches
res Convert en_GB spelling to en_US with codespell 2023-01-23 11:02:20 +01:00
src Fix the issue causing the Godot Android Editor to crash when returning from the launched and running game 2023-01-26 02:59:39 -08:00
AndroidManifest.xml Upgrade Android gradle plugin to version 7.2.1 2022-11-10 16:35:50 -08:00
build.gradle Upgrade Android gradle plugin to version 7.2.1 2022-11-10 16:35:50 -08:00
THIRDPARTY.md