Sometimes when your clock or app is doing too much, it causes app/simulator to crash when you run. You'll need to debug your code to see where the problem is. I had the same problem and I needed to debug it. 🙂
Best AnswerIf you are using Linux, try this:
npx fitbit-sim-starterYou need docker, node.js and npm to run this.
For more information, see https://www.npmjs.com/package/fitbit-sim-starter
Best AnswerYou can check the logs under
c:/users/your_user/Application Data/Fitbit OS Simulator
You can also empty this folder and restart the simulator, see if this solves the problem. Simulator will recreate the folder if it's missing.
Best AnswerYou can also try to load the empty app after creating a new project, and see if it causes the DANG!. Then you add your app piece by piece, try to find what might caused the simulator to crash...
Best Answer