08-01-2020 06:10
08-01-2020 06:10
When I try to test an app for IONIC in the OS Simulator
I get the message 'DANG! failed to start'
If I switch to VERSA then the OS Simulator works fine.
08-13-2020 14:26
08-13-2020 14:26
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. 🙂
08-19-2020 16:47
08-19-2020 16:47
If you are using Linux, try this:
npx fitbit-sim-starter
You need docker, node.js and npm to run this.
For more information, see https://www.npmjs.com/package/fitbit-sim-starter
08-19-2020 16:53 - edited 08-19-2020 17:46
08-19-2020 16:53 - edited 08-19-2020 17:46
You 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.
08-19-2020 17:05 - edited 08-19-2020 17:47
08-19-2020 17:05 - edited 08-19-2020 17:47
You 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...