Last active
November 14, 2020 14:28
-
-
Save SnowyPainter/3eec1020004288c9c1a4fc517f959fcc to your computer and use it in GitHub Desktop.
Android Studio Setting up for Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source ~/.bash_profile | |
grep kvm /etc/group | |
chown $USER /dev/kvm | |
flutter pub get |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment