Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error running 'app': Unknown run configuration type AndroidRunConfigurationType

Tags:

android

When I run android studio I am getting this error :

Error running 'app': Unknown run configuration type AndroidRunConfigurationType

can any one help me this error.

like image 930
user9713861 Avatar asked May 24 '18 07:05

user9713861


1 Answers

I had faced this issue importing flutter project after upgrading android studio.

Note: Android studio will not install Flutter plugin after studio update.

Run: flutter doctor ( to find flutter related issues though)

Installing flutter plugin:

File->Settings->Plugins->Enter "flutter" in the search bar->Install->Restart IDE

like image 123
suresh Avatar answered Sep 29 '22 02:09

suresh