Running Kepler Blocks template app

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.

  1. Download the app at this link.
  2. 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.
  3. 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.

3 Likes