Troubleshooting
Guides to fixing common known issues
Last updated
Guides to fixing common known issues
Last updated
Bito Inc. (c) 2024
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:
Go to Help β Find action
Type β βChoose Boot Java Runtime for the IDEβ
From the dropdown βNewβ, select a Boot runtime that supports the JCEF browser.
Select "OK" and Restart.
Once done, install Bito, and you will have it up and running.
In order to load Bito in Android Canary, please follow below steps:-
Select Help | Find Action
from the main menu in IDE.
Type Registry...
, select it.
In the opened list, find and disable the ide.browser.jcef.sandbox.enable
options.
Restart the IDEA.
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:
Open your JetBrains IDE.
Navigate to Help β Edit Custom VM Options menu.
A file will open. Add the following code in this file:
Save the file.
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.
JetBrains has released a new version, 2024.1 EAP, which introduces a new feature called "Full Line Code Completion". Since this release, all JetBrains plugins supporting Line/Code completion have encountered an issue where end users receive a notification to disable the plugin if they want to access built-in local inline code completion.
If you have also received this notification, do not worry because it is only the new feature of JetBrains "Full Line Code Completion" that is disabled. However, the existing normal JB suggestions and completions are not affected by this.
The reason you should continue using Bito AI Code Completions is that it is powered by best-in-class Large Language Models (such as GPT-4o mini and Google PaLM 2 β 540B parameters), which provide very high-quality and accurate suggestions based on your code.
Therefore, you can simply close this notification and continue using the Bito plugin. It will work as expected.
For SSH setup, please refer to this documentation.
For WSL setup, please refer to this documentation.