using Pebble Tool v5.0.16 (active SDK: v4.9.77) I can create a new rocky project, but when I run pebble build there is a WAF error.
If I pebble sdk activate 4.5 I can properly compile the project, and install in an emulator.
Unfortunately, running pebble install –phone=[my-dev-ip-address]results in “App install failed”. Running the command with -vvv doesn’t seem to provide any information as to why the install failed.
Does anyone have some suggestions for what I need to do to get my watch face on my watch?
I was under the impression RockyJS was going away, so perhaps it could be due to that?
The previous Rocky.js implementation is being replaced with Moddable, a modern open-source JavaScript engine that will bring enhanced capabilities to Pebble development.
Either way, I’d probably advise against using RockyJS for new projects.
“going away” and “has been removed” are 2 different things.
I too am aware that moddable will, at some point in the future, replace Rocky. Until that happens, my only option for building a javascript watchface, is to use Rocky.
If Rocky has been removed, then the documentation for building rocky watchfaces should also be removed.
my current status: I have removed pebble and all sdks from my machine, and started fresh.
I have zero problems install uv
I have zero problems install pebble-tool with uv
I have zero problem install sdks with the pebble tool ( I have 4.4, 4.5, and 4.9.77 installed)
Now when I run pebble new-project –rocky somename I get the following message:
The currently active SDK (4.9.77) does not support Rocky.js projects.
Rocky.js requires an SDK version that includes js_tooling.wasm.
Try installing a different SDK version with ‘pebble sdk install ’.
I get the same message with all 3 sdks I have installed
I get a similar message about the lack of moddable support when i run pebble new-project --alloy something