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
I've downloaded the Cmake but when I tried to run demo project of Boden Framework, it shows an error:
C:\Users\yakup.kayabas\boden>python boden.py open -p android -t bodendemo
Traceback (most recent call last):
File "C:\Users\yakup.kayabas\boden./bauer\bauer.py", line 71, in main
return run(argv)
^^^^^^^^^
File "C:\Users\yakup.kayabas\boden./bauer\bauer.py", line 37, in run
generatorInfo = GeneratorInfo();
^^^^^^^^^^^^^^^
File "C:\Users\yakup.kayabas\boden./bauer\generatorinfo.py", line 11, in init
raise Exception("Couldn't find cmake executable. Please download and install it from www.cmake.org/download")
Exception: Couldn't find cmake executable. Please download and install it from 'www.cmake.org/download'
but like I said, I've downloaded and double checked the Cmake and Cmake's version that I have.
The text was updated successfully, but these errors were encountered:
I've downloaded the Cmake but when I tried to run demo project of Boden Framework, it shows an error:
but like I said, I've downloaded and double checked the Cmake and Cmake's version that I have.
The text was updated successfully, but these errors were encountered: