> For the complete documentation index, see [llms.txt](https://docs.bito.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bito.ai/help/support-and-questions/troubleshooting.md).

# Troubleshooting

## #1 **Bito JetBrain Extension doesn't work in Android Studio.**

{% embed url="<https://www.loom.com/share/4c27a38758da464a93505f86e7a08f29>" %}

Bito plugin needs support for the JCEF browser, which is not included in Android Studio due to its default boot runtime setup. You can change the default Boot runtime settings in Android Studio to a version that supports the JCEF browser and get Bito running on Android Studio\
Given below are the instructions:

1. Go to Help → Find action
2. Type → “Choose Boot Java Runtime for the IDE”
3. From the dropdown “New”, select a Boot runtime that supports the JCEF browser.
4. Select "OK" and Restart.

Once done, install Bito, and you will have it up and running.

### Bito doesn’t load and show a blank page when installed in Android Canary.

In order to load Bito in Android Canary, please follow below steps:-

1. Select `Help | Find Action` from the main menu in IDE.
2. Type `Registry...`, select it.

   <figure><img src="/files/tSE9SUjShaQMj0SoVTba" alt=""><figcaption></figcaption></figure>
3. In the opened list, find and disable the `ide.browser.jcef.sandbox.enable` options.

   <figure><img src="/files/Ei1NTqs27hJIo56UVMaz" alt=""><figcaption></figcaption></figure>
4. Restart the IDEA.

## #2 Korean/Hangul language is behaving abnormally in the JetBrains IDE

{% embed url="<https://www.loom.com/share/d609bcf28adc401fa77fc54d60340076>" %}

In the latest JetBrains IDE (version >= 2023.2), some languages, particularly Korean/Hangul, are mistakenly typed from right to left instead of the correct left to right format.

To resolve this:

1. Open your JetBrains IDE.
2. Navigate to **Help → Edit Custom VM Options** menu.
3. A file will open. Add the following code in this file:

```
-Dide.browser.jcef.osr.enabled=false
```

4. Save the file.
5. Restart the IDE.

This workaround should address the input issue. It's a persistent setting, so you won't need to repeat this process every time you start the IDE. Additionally, while the problem is noted with Korean/Hangul, if you experience similar issues with other languages, you can try the same workaround.

## #3 Setup Bito extension in VS Code running through SSH or WSL

For SSH setup, please refer to [this documentation](/ai-code-reviews-in-ide/installation-guide/installing-on-visual-studio-code.md#setup-bito-extension-in-vs-code-running-through-ssh).

For WSL setup, please refer to [this documentation](/ai-code-reviews-in-ide/installation-guide/installing-on-visual-studio-code.md#setup-bito-extension-in-vs-code-running-through-wsl).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.bito.ai/help/support-and-questions/troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
