You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updating CMake version to 3.18.2 results in libGraphicsEngineVk.so and libGraphicsEngineGL.so missing in the output folder for some reason. The log says these libraries are produced
CMake 3.22.1 works OK
Update gradle plugin version
In the latest version there are problems with packaging libGraphicsEngineVk.so and libGraphicsEngineGL.so - this is OK now
gradle versions later than 8.1.1 produce obscene amount of build cruft that makes GHA run out of disk space
Update targetSdkVersion
Bumping it above 30 produces manifest errors - OK now
Currently, versions 31 is used. Using higher versions produce warnings from gradle
Separate build into Arm64 and Arm32
This requires conditionally using the environment variable here. Refer to the core module
The text was updated successfully, but these errors were encountered:
targetSdkVersion
The text was updated successfully, but these errors were encountered: