mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
Specify the list of supported java types for the Godot Android Plugin
This commit is contained in:
committed by
GitHub
parent
c844d65d76
commit
05b963c3c9
@@ -179,5 +179,6 @@ Godot crashes upon load
|
||||
|
||||
Check ``adb logcat`` for possible problems, then:
|
||||
|
||||
- Check that the methods used in the Java singleton only use simple
|
||||
Java datatypes. More complex datatypes are not supported.
|
||||
- Check that the methods exposed by the plugin used the following Java types: ``void``, ``boolean``, ``int``, ``float``, ``java.lang.String``, ``org.godotengine.godot.Dictionary``, ``int[]``, ``byte[]``, ``float[]``, ``java.lang.String[]``.
|
||||
|
||||
- More complex datatypes are not supported for now.
|
||||
|
||||
Reference in New Issue
Block a user