Starting a blank project
monkeyc create-project -t watchface -o MyWatchFace
running, oops :
ERROR: The private key was not specified. Use command line option: -y.
ok, system needs a private key, lets generate one and put it to accessible location like C:\Users\Public\Downloads
running again:
monkeyc create-project -t watchface -o MyWatchFace -y C:\Users\Public\Downloads
ERROR: Unable to load private key: C:\Users\Public\Downloads (Access is denied)
Now, I am running win 11 in administrator mode, VS code is running in administrator mode, I have tried numerous other locations starting from Root and im running out of ideas why I keep having access issues and deepseek, ChatGPT and Claude.ai are running in loops without any help. Might be that proper coding can only be done in Linux?
is it also true, that working with Visual code studio requires all administrator privileges? As running it from regular user account, it cannot detect monkeyc (but can Java), however the path in env. settings is clearly defined. Quite frustrated already, that setting up the system is much more complicated than actual work on an app or watchface :(