Flutter.io Android License Status Unknown

前端 未结 30 1128
情歌与酒
情歌与酒 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:21

    After doing lots of analysis for my Ubuntu 20.04 I have found the solution

    for me the error was /home/rk/Android/Sdk/tools/bin/sdkmanager was missing write permission.

    1. chmod +w home/rk/Android/Sdk/tools/bin/sdkmanager

    Then run the below command.

    1. flutter doctor --android-licenses

    it automatically process the licences.

提交回复
热议问题