红色语言未针对 Android 进行编译

Red language not compiling for Android

我有一个用 Red 语言编写的小 GUI 程序,它运行得很好,但没有为 Android 编译。我在 Debian Stable Linux 上使用以下命令(它成功地为 Windows 和 Mac 申请):

$ wine red-063.exe -c -r -t Android-x86 myapp.r 

但我收到以下错误消息:

Target: Android-x86 

Compiling to native code...
*** Warning: OS_TYPE macro in R/S is redefined
*** Compilation Error: invalid path value: image/encode 
*** in file: %environment/codecs/png.red 
*** in function: exec/ctx259~encode
*** at line: 1 
*** near: [as cell! image/encode img where IMAGE_PNG]

如果我使用 Android 而不是 Android-x86,我会收到相同的错误消息。问题出在哪里?

Android 的 GUI 计划用于 0.65