Preview panel provider (JavaFX WebView) error after android studio update

Viewed 5824

After updating Android Studio to 4.1, I'm getting the error:

Tried to use preview panel provider (JavaXx WebView), but it is unavailable. Reverting to default.

Any solution? enter image description here

3 Answers

I solved it by uninstalling MarkDown from plugin

Go File > Settings > Plugins Find Markdown and uninstall it

No need to disable or remove the plugin, this issue isn't anymore in the latest update 201.9274 of the Markdown Plugin.

JavaFX preview was moved to a plug-in.

Default preview mode is now using JCEF (Chromium based web browser component inside the JVM).

Related