3 post(s) found.
Android Studio on Devuan 4: Install
Fix Flutter doctor failed due to java.lang.NoClassDefFoundError
Trouble
I updated Flutter version to 2.2.0 on my Arch Linux today. Then I met the error “Android license status unknown.” in running
... Readflutter doctor
for the first time. It seemed strange because I had already run it with an option:flutter doctor --android-licenses
. Anyway, there was no way except running it again. And the result was:Fix missing Flutter menus in Android Studio
Problem
When I struggled to build Flutter 2 development environment with Android Studio in Arch Linux, I sometimes met the situation where Flutter menus were missing. I installed Flutter and Dart via pacman and also “Configure"d “Plugins” of them on Android Studio. The start menus didn’t show, however, Flutter menus.
... Read