aws-toolkit-jetbrains icon indicating copy to clipboard operation
aws-toolkit-jetbrains copied to clipboard

JCEF not supported in Android Studio

Open roffel opened this issue 1 year ago • 4 comments

Describe the bug Android Studio is based on JetBrains software and the toolkit works quite well in combination with Kotlin and Java. However, the Amazon Q window does not work. To reproduce

  1. Install toolkit in Android Studio
  2. Enable toolkit
  3. Open Q-Window

Expected behavior

Show Amazon Q

Screenshots Result: No Q!

image

Your Environment

  • OS: MacOS 14.1.2 (23B92)
  • product: Android Studio Hedgehog
  • version: 2023.1.1 Patch 2
  • AWS Toolkit version: 2.5
  • SAM CLI version:
  • JVM/Python version: OpenJDK 64-Bit Server VM by JetBrains s.r.o.

Additional context

roffel avatar Feb 01 '24 10:02 roffel

Exactamente me aparece el mismo error con Android Studio Hedgehog | 2023.1.1 Patch 2 JCEF not supported abriendo la ventana de chat con codewhisper y en github copilot si me lo permite

OmarSanch avatar Feb 21 '24 18:02 OmarSanch

What is the fix? It is happening in Android Studio Jellyfish | 2023.3.1 Canary 10

IgorGanapolsky avatar Feb 22 '24 18:02 IgorGanapolsky

Android Studio tracking ticket: https://issuetracker.google.com/issues/159933628

rli avatar Feb 22 '24 18:02 rli

  • Help > Find Action: Registry
  • Scroll to ide.browser.jcef.sandbox.enable
  • Disable that key and close
  • Help > Find Action: Choose Boot runtime for the IDE
  • Select the last one
  • Restart

The answer here was the solution in Android Studio Koala Feature Drop | 2024.1.2 Canary 4 https://issuetracker.google.com/issues/159933628

mrcnserkan avatar Jun 09 '24 20:06 mrcnserkan