Abstract1
5 months agoReel Rookie
Using a makefile to sideload apps?
Hello, new to developing here. I would much rather not have to zip the file and upload it manually so I am trying to complete the steps listed in https://developer.roku.com/en-gb/docs/developer-program/getting-started/hello-world.md but keep getting the following error when attempting to run the following %
export ROKU_DEV_TARGET=192.168.1.140 % export DEVPASSWORD=1234 % cd<sdk>/examples/source/videoplayer % make install
results in
zsh: no such file or directory: sdk
could use some help here please