Skip to content

Instantly share code, notes, and snippets.

@cingh-jasdeep
Last active September 29, 2021 06:13
Show Gist options
  • Save cingh-jasdeep/77d2d0f4d0aec1b174b22f80c00a4a8b to your computer and use it in GitHub Desktop.
Save cingh-jasdeep/77d2d0f4d0aec1b174b22f80c00a4a8b to your computer and use it in GitHub Desktop.
ubuntu first time flandroid

Waheguru Ji Ka Khalsa Waheguru Ji Ki Fateh ji

Ubuntu first time flandroid, in Flubuntu

  1. open terminal
  2. 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
  1. 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"
  1. 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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment