Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/cody/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,18 @@ If you notice the Cody agent reaching 100% CPU utilization, try the following:
1. Disable the Cody plugin.
1. Re-enable the plugin.
This simple action of turning the plugin off and on again can often resolve the high CPU usage issue.



## Androud Studio extension

### Cody cannot start. Stuck on spinning icon.

This issue occurs because JCEF isn't supported in Android Studio and causes Cody not to start. The suggested workaround is to;

1. Go to `Help` > `Find Action: Registry`.
1. Scroll to `ide.browser.jcef.sandbox.enable`.
1. Disable that key and close.
1. Then go to `Help` > `Find Action: Choose Boot runtime for the IDE`.
1. Select the last option.
1. Restart Android Studion.
Loading