- Open SDK Manager
- Click "Plugins"
- In search box type "Flutter" then click "Search in repositories"
- Select Flutter Language and install
- Read all requirement and accept it. It will install Dart as requirement.
- Restart your android studio
My Experience Notes These pages contain my experiences using technology. All of the works are working properly at the time when they wrote. You may use them for any purposes.
Sunday, March 10, 2019
Install Flutter in android studio 3.3.1
Install Flutter in android studio 3.3.1
Labels:
android
android studio 3.3.1 and google admob change
change/update google service library:
- com.google.android.gms:play-services-ads:16.0.0 -> com.google.android.gms:play-services-ads:17.1.2
- com.google.android.gms:play-services-auth:16.0.0 -> com.google.android.gms:play-services-auth:16.0.1
<manifest>
<application
...
>
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-################~##########"/>
...
</application>
Labels:
android
Subscribe to:
Posts (Atom)