jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

Build process failed #228

Closed bigvzhang closed 1 year ago

bigvzhang commented 1 year ago

After executed flutter run -d windows, got the following message:

Building Windows application...
Exception: Build process failed.

How can resolve the problem?

bigvzhang commented 1 year ago

After I upgraded to windows sdk11(10.0.22621), built successfully. Sorry I didn't read the document carefully.