When first time opening a Android project that is completely cloned from Gitlab by AndroidStudio ,I met this "Gradle sync issue -- error: no value has been specified for this provider." problem Tips , Anybody has seen this ? what shall I do to fix it ? Any help would be appreciated
I solved this issue by opening Gradle Scripts > settings.gradle
remove include ':app' and then open Files > and Sync project
with gradle files .
then again open Gradle Scripts > settings.gradle
and add include ':app' and then open Files > and Sync project
with gradle files .
This worked for me .
This Problem is coming because your App is supporting a lower version of SDK and in Android Studio You installed the higher version, which means if you cloned or download the app from GitHub then might be you faced this issue. solution is- go to Android Studio settings->Android SDK-> and check the lower version in which your Project is supported
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With