4.3 解决方案常见问题
优质
小牛编辑
131浏览
2023-12-01
解决方案常见问题
Windows
Needing to re-target the Windows SDK
XCode
XCode PNG Compression issue
It is possible that your PNG images contain incorrect color profiles. You can convert color profiles using ImageMagick and the following command:
find . -type f -name "*.png" -exec convert {} \;
Android
generateJsonModelDebug FAILED
To solve this issue, please import the project into Android Studio, click Build/Refresh Linked C++ Projects
.