Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

like image 360
akhilesh0707 Avatar asked Oct 19 '20 18:10

akhilesh0707


People also ask

What is JavaFX WebView?

JavaFX WebView is a mini browser (also called as an embedded browser) that provides a web viewer and full browsing functionality through its API in JavaFX applications. This browser is based on WebKit, that is a open source web browser engine that supports HTML5, JavaScript, CSS, DOM rendering and SVG graphics.

What happened to JavaFX preview mode?

JavaFX preview was moved to a plug-in. Default preview mode is now using JCEF (Chromium based web browser component inside the JVM). This site is temporarily in read only mode and not accepting new answers.

What is WebView based on?

This browser is based on WebKit, that is a open source web browser engine that supports HTML5, JavaScript, CSS, DOM rendering and SVG graphics. The WebView class is an extension of the Node class. The embedded browser inherits all fields and methods from the Node class, and therefore, it has all its features.

Can I use the Android Studio preview with the stable version?

You can install the Android Studio preview side by side with the stable version and work on the same app projects in both. This is possible because Android Studio stores its settings for each install in version-specific folders.


1 Answers

I solved it by uninstalling MarkDown from plugin

Go File > Settings > Plugins Find Markdown and uninstall it

like image 136
Mukta Avatar answered Sep 18 '22 03:09

Mukta