scott.cgi
scott.cgi
编译IOS或Android有个平台宏文件,需要手动修改一下,在这个文件里[“Engine/Toolkit/Platform/Platform.h”](https://github.com/scottcgi/Mojoc/blob/master/Engine/Toolkit/Platform/Platform.h),修改: `#define PLATFORM_TARGET PLATFORM_ANDROID 或 PLATFORM_IOS` 然后再试试,如有问题再贴出错误。
I think the problem is that the string is not a valid json format — `"@?@ABCDEFGHIJiLM$^^&(^(`.
I tested your code with Xcode, and found an error: ```C Initializing 'JsonValue' with an expression of incompatible type 'JsonValue *'; dereference with * ``` Check the API of JsonValue:...
When developing this project, all tests were conducted on real devices, so there was no need for an `x86_64` version of `png.a` at that time. Recently, I have been working...
Try to add `-fPIC` support in CMake's `CMAKE_C_FLAGS` and then recompile — you can modify the line in [CMakeLists.txt](https://github.com/scottcgi/Mojoc/blob/master/ThirdPartyBuild/PNG/Android/app/CMakeLists.txt) as follows: > set(CMAKE_C_FLAGS` "${CMAKE_C_FLAGS} -O3 -std=c99 **-fPIC**")
This appears to be a **Gradle** version compatibility issue. Maybe try upgrading **Gradle** or clearing the cache and then restarting Android Studio, as shown below: ``` ./gradlew clean ./gradlew --stop...
Okay, if you have any further questions, feel free to reach out again. Thanks for your feedback and interest!