Flutter.io Android License Status Unknown

前端 未结 30 1185
情歌与酒
情歌与酒 2020-11-27 12:29

[!] Android toolchain - develop for Android devices (Android SDK 27.0.3) >>• Android SDK a ..\\Android\\sdk • Android NDK location not configured (optiona

30条回答
  •  青春惊慌失措
    2020-11-27 13:20

    open the flutter_console.bat file from the flutter SDK root folder and run the command

    flutter doctor --android-licenses
    

    it will accept the licenses of newly downloaded updates of Android SDK. You need to run it every time whenever you download and update the Android SDK.

提交回复
热议问题