Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No builders are available to build a model of type 'org.jetbrains.plugins.gradle.model.internal.DummyModel'

After upgrading Android Studio to 4.0 version and in "gradle-wrapper.properties" :

distributionUrl=https://services.gradle.org/distributions/gradle-6.1.1-all.zip

I am getting the following error in Android Studio while syncing: No builders are available to build a model of type 'org.jetbrains.plugins.gradle.model.internal.DummyModel'.

and unable to create or run the app build.

like image 602
mithil1501 Avatar asked Nov 07 '22 06:11

mithil1501


1 Answers

This can be one solution. I tried Copy and Cut everything in the setting.gradle file located in the project directory then SYNC project after Gradle is complete. Later paste the content back to the file and SYNC again. This not worked for me but for others, it worked.

Another solution is to downgrade the android studio to v 3.6.3 download by clicking here. You can follow these steps to downgrade the android studio. This solution worked for me and now I can build and run the application successfully.

like image 116
PARSHWA SHAH Avatar answered Nov 14 '22 21:11

PARSHWA SHAH