when upgrading to android-studio 3.4.x/gradle build plugin 3.4.x /gradle 5.3 ... wondering if its an issue with the android plugin.
ERROR: No value has been spe
In my case, I haven't installed compileSdkVersion supported SDK.
compileSdkVersion
eg: If you have mentioned your compileSdkVersion 28. make sure it is installed in your SDK manager. Install it if you don't have it already.