Skip to content

Instantly share code, notes, and snippets.

@choyan
Created May 11, 2020 07:53
Show Gist options
  • Save choyan/dd891684d1b6957449b799fd7eb15cd1 to your computer and use it in GitHub Desktop.
Save choyan/dd891684d1b6957449b799fd7eb15cd1 to your computer and use it in GitHub Desktop.

Follow this: https://flutter.dev/docs/get-started/install/linux

Enable USB debugging.

sudo apt install adb

use flutter devices to check if your device is connected. If it says insuffieicient permission, use the following command

flutter config --android-sdk ~/apps/sdk
flutter doctor --android-licenses

After that flutter doctor should show that connected device details.

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