Waheguru Ji Ka Khalsa Waheguru Ji Ki Fateh ji
Ubuntu first time flandroid, in Flubuntu
- open terminal
- run studio.sh
- choose standard and wait to finish
- open sdk manager from More Actions
- Under SDK Platforms check Android 30
- Under Sdk tools check "Android Sdk command line tools" and build tools 29.0.2(turn on pacakge details to show this)
- hit apply and wait for finish
- close android studio
- in terminal run "flutter doctor --android-licenses" and accept
- if you get error
- type "sudo chown -R $(whoami) /opt/development/flutter/bin/cache/flutter_version_check.stamp"
- and try again "flutter doctor --android-licenses"
- open vscode
- open extensions, search flutter, flutter color and install
Note: To connect Android with Flutter, need to connect usb and set to File transfer or MTP mode (with USB Debugging on of course) You are done!