F Flutter: fix unknown android license status issue
June 9, 2019 — 1 Min Read
Because of android SDK not correctly working with java 11, when run flutter doctor
we’ll get the following error:
$ flutter doctor
...
Android license status unknown.
Try re-installing or updating your Android SDK Manager.
...