AndroidIDE-NDK
AndroidIDE-NDK copied to clipboard
Ninja not able to get system time
Hi there! I recently started using the android-ndk on a project of mine and i noticed that everytime i try to update my CMakeLists.txt file, the build system keeps throwing this error.
ninja: error: manifest 'build.ninja' still dirty after 100 tries, perhaps system time is not set
Im just wondering if you sir had faced this error before with cmake and if you have any workarounds with this. Im not sure, but im thinking that this error might be caused by ninja not being able to get the system time.
Thanks in advance!