john
john

Reputation: 61

Can not create flutter project with android studio

Could not find an option named "androidx". Run flutter -h (or flutter -h) for available flutter commands and options.

Upvotes: 2

Views: 864

Answers (1)

dwolvin
dwolvin

Reputation: 247

Richard is correct. Upgrading flutter will resolve this issue in Android Studio. At the command line type:

flutter upgrade

Upvotes: 2

Related Questions