【Flutter】One or more plugins require a higher Android SDK version.

Problem Description

One or more plugins require a higher Android SDK version.

Insert image description here


Cause Analysis:

webview_flutter_android requires Android SDK version 32,webview_flutter_android库需要SDK 32


solution:

The first step: android>app>build.gradle, modify compileSdkVersion to 32.
The second step: Open File > Settings > Languages ​​& Frameworks > Android SDK, check the download status of the corresponding version of the sdk, if it is not downloaded, check the download.
Insert image description here

Guess you like

Origin blog.csdn.net/luozegang86/article/details/134724702