Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JCEF not supported #105

Open
taontech opened this issue Dec 8, 2023 · 0 comments
Open

JCEF not supported #105

taontech opened this issue Dec 8, 2023 · 0 comments

Comments

@taontech
Copy link
Owner

taontech commented Dec 8, 2023

Have encountered the same after updating Android Studio to Arctic Fox 2020.3.1 (and now the Bumblebee 2021.1.1).

Decide not to wait anymore, did some search and found that this is happened because the latest version of Markdown by JetBrains requires Java Chromium Embedded Framework (JCEF), but it is not bundled with the default runtime for the IDE.

Update the runtime to the one with JCEF in the following steps could solve this issue:

Select Help > Find Action from the Android Studio menu.
Enter "Choose Boot Java Runtime for the IDE" and select it from the suggestion list.
Select the runtime that comes with JCEF support as shown in the image below: enter image description here
Click OK and restart the IDE.
Disclaimer Apply the change at your own risk since there is a statement claiming that changing the runtime may cause unexpected problems. Will again update this post if I have encountered any other issues after this has been set.

Update: Joachim Schuster has written a detailed article to explain on this and the steps to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant