Prerequisites
- An AI coding IDE with MCP support (Kiro, Cursor, VSCode Copilot, Claude Code, Amazon Q IDE, or Cline)
- Amazon Devices Builder Tools MCP Server, with its steering doc set up
- Vega Studio
- Vega application project
Set up workspaces and provide symbol tables
This AI analysis workflow requires symbol tables to symbolicate the ACR file correctly. If you already have them, skip this step. Otherwise, rebuild your app to generate symbol tables, install it, and reproduce the crash to get the ACR file. For example, if your JS app depends on another Turbo Module package, choose Add folder to workspace… in the File menu.Retrieve ACR file
After a crash happens, retrieve the ACR file from the device. Follow the instructions in Retrieve and symbolicate an ACR. If you can reproduce the crash, Vega Studio shows a pop-up when it detects crashes on the device. You can open the ACR file from the pop-up.Start analysis
Open your ACR files in the editor and ask in the AI agent’s chat interface:- If the crash occurred in the Vega OS layer, it shows a link to report the issue.
- If the crash happened in the app layer, the AI agent investigates the reason and proposes a fix. If it doesn’t propose a fix, prompt in the chat interface:
Related topics
- Set Up Amazon Devices Builder Tools for AI-Powered Development
- Symbolicate App Crash Reports
- Detect Where the App Crash Originates

