Shashi
Shashi

Reputation: 730

Android SDK Tools(Obsolete) for flutter not found in Android studio 3.6.3?

I am installing flutter in ubuntu 18.04 . I was going through official documentation stated Here .this documents suggests to Check Android SDK Tools (Obsolete) . A screenshot at official documentation suggested Here

but in my Android studio 3.6.3 I'm not getting any option for Android SDK Tools (Obsolete) . attaching screenshot of what I am getting is as follows :

enter image description here

So How to resolve this issue to add flutter plugin in Android studio 3.6.3 .Thank you !

Upvotes: 0

Views: 316

Answers (1)

Shashi
Shashi

Reputation: 730

You can do it through welcome screen . Kindly go through

Configure >> Plugins >> Marketplace >> flutter

Install the flutter plugin provided by flutter.dev

For further reference kindly check official documentation Here .

Upvotes: 1

Related Questions