Android Studio
- Android Studio
- Otter, Narwhal, Meerkat, LadyBug, Koala, Jellyfish, Iguana, Hedgehog
- Android Studio Cloud
- As Android Studio Cloud is still in the experimental stage, we cannot confirm whether our product supports it. We will review compatibility once it becomes generally available.
Product​
- Visualkube Plugin for Android Studio
- Arm64
- x64
- macOS
- Windows
- Linux
Minimum requirements​
This applies only to plugin version 1.2.0 or later.
- Latest (v1.2.0+)
Requires Android Studio Hedgehog 2023.1.1 Canary 7 or later
Install​
How to Install a Plugin in Android Studio​
- Visualkube Plugin Installation
Android Studio > Plugins > Marketplace > Visualkube > Install
- Open your Android Studio.
- Go to the Plugins section.
- Select the Marketplace tab.
- Search for Visualkube.
- Click Install to add the plugin.
- (Optional) Restart the IDE if prompted.
Run​
- Open your project.
- Click the Visualkube icon at the top-left or top-center of the IDE.
See the article Understanding Plugin Placement in JetBrains IDEs for screenshots that illustrate the Visualkube Plugin's placement in each of the IDEs below. It also includes information about plugin placement in Android Studio.
Uninstall​
How to Uninstall a Plugin in Android Studio​
- Visualkube Plugin Uninstallation
Android Studio > Plugins > Installed > Visualkube > Uninstall
- Open your Android Studio.
- Go to the Plugins section.
- Select the Installed tab.
- Find Visualkube in the list of installed plugins.
- Click Uninstall to remove it.
- Manually delete the JCEF folder if it still remains. (refer to the steps below)
- JCEF Folder Removal
Check if the directory exists before deleting it:
Test-Path "$env:USERPROFILE\.jcef-bundle"
ls -ld ~/.jcef-bundle
- Review the output carefully to ensure it is the correct directory.
- Only proceed with deletion if you are absolutely certain it is safe to remove.
- Remember: once deleted, the directory and its contents cannot be recovered.
Please carefully check and re-confirm before deleting the directory. Deleted directories cannot be restored, so review thoroughly before proceeding.
Remove-Item -Recurse -Force "$env:USERPROFILE\.jcef-bundle"
rmdir /S /Q "%USERPROFILE%\.jcef-bundle"
rm -rf ~/.jcef-bundle
Additional requirements (for version 1.1.0 or earlier)​
This applies only to plugin version 1.1.0 or earlier.
- v1.1.0 or earlier
Requires to choose JetBrains Runtime JBR with JCEF
Choose the Boot Runtime JBR for the IDE​
When you click the plugin icon in the IDE, a dialog will appear.

If you choose Yes in the dialog​

If you choose No in the dialog​
You can choose the boot JBR anytime later.

Note (for version 1.2.0 or earlier)​
Message​
"This view is not available until indexes are built"​
When our plugin runs in an IDE (e.g., JetBrains IDEs, Android Studio), a message saying "This view is not available until indexes are built" may appear as shown in the screenshot.
If the IDE is launched for the first time without indexing the project, this message may be displayed once initially.
Our plugin will launch immediately once the IDE has finished indexing. Please wait until the indexing process is complete.
