Hey community. Not sure if anyone had doubts about how to run the reference app for Kepler blocks, so I am sharing the steps I followed to run it.
- Download the app at this link.
- Install the app (in the simulator) by running this command
kepler device install-app -d Simulator -p YOUR_DOWNLOAD_PATH/keplerbuilderapp-video-app-template-vega_armv7.vpkg
. - After successfully installing the app, then run the following
kepler device launch-app -d Simulator -a com.amazon.appbuildertemplate.main
If in the future you want to know the id of the app you want to run (after installation) you can run kepler device installed-apps
, you will see a list of the apps you have available on your device (in this case the simulator.
I hope that this could help y’all.