Android Studio is not supported JCEF

Answered

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/community/posts/10430962887442-JCEF-is-not-supported-in-Android-Studio?input_string=Android%20Studio%20is%20n May I ask if this has been resolved? Why is it still in the planning stage? Because it has been a long time. Do you have any plans? Thank you
 

0
1 comment

Hi,

The “Planned” post status means that we analyze the question or it has been delegated to a responsible team. In this case, the answer probably couldn't be provided.

Regarding the JCEF support in Android Studio, this issue should be followed: https://issuetracker.google.com/issues/159933628?pli=1

By looking at this comment: https://issuetracker.google.com/issues/159933628#comment73
it seems that the newest Android Studio ships with JBR including JCEF (I didn't verify it).

For older versions, users must switch to JBR supporting JCEF. See https://intellij-support.jetbrains.com/hc/en-us/articles/206544879-Selecting-the-JDK-version-the-IDE-will-run-under for information about changing JBR. Unfortunately, users will need to change it manually if they use older versions of Android Studio.

0

Please sign in to leave a comment.