Click here to Skip to main content
15,905,233 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
when run android studio this error appears " Error running 'app': Unknown run configuration type AndroidRunConfigurationType "
Isee some videos that solve it from: file>>settings>>plugin >>Android Support
but i did not find Android support
how can i solve this problem ??

What I have tried:

i go to file >settings>plugin there is Android APK support,Android NDK support but no Android support
Posted
Comments
David Crow 30-Jan-19 22:59pm    
Did you try:

Go to "Run/edit configurations.../" and scroll down to bottom of the window and here you see an option "Before launch..." First, remove whatever already inside the little window and then click on (+) icon and select "Gradle-aware Make" and then type "assembleDebug" and select the first option.

After that, you may need to select File --> Invalidate Caches / Restart.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900