I can use JCEF. However, after I launch the plugin, it prompts me: [gradle-intellij-plugin :initializeIntelliJPlugin] Gradle IntelliJ Plugin is outdated: 1.13.3. Update org.jetbrains.intellij to: 1.16.1 When I update 1.13.3 to 1.16.1...
java.lang.IllegalStateException: JCEF is not supported in this env or failed to initialize at com.intellij.ui.jcef.JBCefApp.getInstance(JBCefApp.java:250) at com.intellij.ui.jcef.JBCefBrowserBase.lambda$new$3(JBCefBrowserBase.java:152) at com.intellij.util.ObjectUtils.notNull(ObjectUtils.ja...
this.jbCefBrowser = new JBCefBrowser(); There is an error message when using JCEF in Android Studio, which is not supported java.lang.IllegalStateException: JCEF is not supported in this env or failed to initialize I have read this article https://intellij-support.jetbrains.com/hc/en-us...
I can use JCEF. However, after I launch the plugin, it prompts me: [gradle-intellij-plugin :initializeIntelliJPlugin] Gradle IntelliJ Plugin is outdated: 1.13.3. Update org.jetbrains.intellij to: 1.16.1 When I update 1.13.3 to 1.16.1...