This translation is community contributed and may not be up to date. We only maintain the English version of the documentation. Read this manual in English
为 Windows 平台开发 Defold 应用程序是一个简单直接的过程,几乎不需要考虑任何特殊因素。
Windows 特定的应用程序配置在 game.project 设置文件的 Windows 部分 中完成。
Windows 游戏使用的应用程序图标必须是 .ico 格式。您可以使用在线工具(如 ICOConvert 或 AConvert)轻松地从 .png 文件创建 .ico 文件。上传图像并至少使用以下图标尺寸:16x16、24x24、32x32、48x48、256x256。
ImageMagick 是一个免费的开源软件套件,用于编辑和处理数字图像。
apt
安装
sudo apt install imagemagick
brew
安装:
brew install imagemagick
magick icon_256x256px.png -compress None -define icon:auto-resize=256,128,96,64,48,32,24,16 favicon.ico
A: 这个错误发生在 使用 AMD Radeon GPU 的计算机 上。请确保更新您的显卡驱动。
com.sun.jna.Native.open.class java.lang.Error: Access is denied
?
A: 尝试以管理员身份运行 Defold。右键点击 Defold 可执行程序并选择”以管理员身份运行”。
A: 确保您的驱动版本高于或等于 27.20.100.8280。请查看 Intel 驱动程序支持助手。更多信息请参见 此论坛帖子。
AWTError: Assistive Technology not found
如果编辑器崩溃,日志提示 Caused by: java.awt.AWTError: Assistive Technology not found: com.sun.java.accessibility.AccessBridge
,请按照以下步骤操作:
C:\Users\<用户名>
.accessibility.properties
的文件assistive_technologies=com.sun.java.accessibility.AccessBridge
screen_magnifier_present=true
#
)Did you spot an error or do you have a suggestion? Please let us know on GitHub!
GITHUB