To install android studio and Flutter in ubuntu
| sudo snap install android-studio --classic // open the android and install fultter plugin and dart |
| sudo snap install flutter --classic |
| flutter --version |
| flutter doctor |
| sudo apt install openjdk-8-jre-headless |
| flutter doctor --android-licenses |
| flutter config --enable-web |
| sudo apt update |
To make android studio run faster:
#distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-all.zip
so here the version of gradle is : gradle-6.7-all.zip
now go to
https://services.gradle.org/distributions/
and download the same version as yours>
Now copy the zip file and go to
StudioProject ---> FileName---> android---> gradle---> wrapper.
and past it then change the like of distribution URL as follow:
distributionUrl=gradle-6.7-all.zip
Now save it and open your project.
- uncheck unused plugin from plugin.
Finally you can know more about Flutter

0 Comments:
Post a Comment