I don’t personally have much experience with make files but if no one else chimes in you could look at the roku-deploy npm module.
Or you could also look at VS Code Brightscript Language Extension for a much more integrated development experience. It handles everything from sideloading to breakpoints, variable inspecting, and much more.
@Abstract1 , you need to change that in the cd /examples/source/videoplayer line to something that makes sense. I don’t see that line in the makefile, so I don’t know where it’s coming from.
Thanks I will look into those npm docs. I downloaded the Brightscript extension already I just was not sure if it would emulate the app. I also find myself disabling it alot because its keyboard shortcuts invade mine in VS code which is why I was leaning towards this method.