Skip to main content

Android Studio


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
Supported architecture
  • Arm64
  • x64
Supported OS
  • macOS
  • Windows
  • Linux

Minimum requirements​

This applies only to plugin version 1.2.0 or later.

Android Studio
Requires Android Studio Hedgehog 2023.1.1 Canary 7 or later

Install​

How to Install a Plugin in Android Studio​

That’s the full sequence:
Android Studio > Plugins > Marketplace > Visualkube > Install
  1. Open your Android Studio.
  2. Go to the Plugins section.
  3. Select the Marketplace tab.
  4. Search for Visualkube.
  5. Click Install to add the plugin.
  6. (Optional) Restart the IDE if prompted.

Run​

  1. Open your project.
  2. Click the Visualkube icon at the top-left or top-center of the IDE.
Plugin Placement

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​

That’s the full sequence:
Android Studio > Plugins > Installed > Visualkube > Uninstall
  1. Open your Android Studio.
  2. Go to the Plugins section.
  3. Select the Installed tab.
  4. Find Visualkube in the list of installed plugins.
  5. Click Uninstall to remove it.
  6. Manually delete the JCEF folder if it still remains. (refer to the steps below)
Safety Tips

Check if the directory exists before deleting it:

Windows PowerShell
Test-Path "$env:USERPROFILE\.jcef-bundle"
Linux / macOS
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.
warning

Please carefully check and re-confirm before deleting the directory. Deleted directories cannot be restored, so review thoroughly before proceeding.

Windows Powershell
Remove-Item -Recurse -Force "$env:USERPROFILE\.jcef-bundle"
Windows CMD
rmdir /S /Q "%USERPROFILE%\.jcef-bundle"
Linux / macOS
rm -rf ~/.jcef-bundle

Additional requirements (for version 1.1.0 or earlier)​

This applies only to plugin version 1.1.0 or earlier.

Boot Runtime for the IDE
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.

Graceful fallback popup

If you choose Yes in the dialog​

Choose Boot JBR

If you choose No in the dialog​

You can choose the boot JBR anytime later.

Choose Boot JBR anytime

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.

Message displayed when project indexing has not been performed