caelum19
05/28/2020, 10:39 PMFAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugKotlin'.
> Could not resolve all dependencies for configuration ':app:kotlinCompilerPluginClasspath'.
> Could not create task ':app:extractDeepLinksDebug'.
> Cannot obtain value from provider of environment variable 'ANDROID_AAPT_IGNORE' at configuration time.
Use a provider returned by 'forUseAtConfigurationTime()' instead.
any pointers?henrikhorbovyi
05/28/2020, 10:42 PMcaelum19
05/28/2020, 10:45 PMapply plugin: 'com.android.application'
and putting it back fixes my issue. Thanks 😄caelum19
05/28/2020, 10:46 PMcaelum19
05/28/2020, 10:53 PMcaelum19
05/28/2020, 10:53 PMcaelum19
05/28/2020, 10:54 PMhenrikhorbovyi
05/28/2020, 11:05 PMhenrikhorbovyi
05/28/2020, 11:05 PMhenrikhorbovyi
05/28/2020, 11:09 PMviewBinding
you would not use:
viewBinding {
enabled = true
}
henrikhorbovyi
05/28/2020, 11:09 PMcaelum19
05/28/2020, 11:12 PMcaelum19
05/28/2020, 11:12 PMDSL element 'android.viewBinding.enabled' is obsolete and has been replaced with 'android.buildFeatures.viewBinding'.
looks like viewVinding { enabled = true} is the old wayhenrikhorbovyi
05/28/2020, 11:12 PMhenrikhorbovyi
05/28/2020, 11:13 PMhenrikhorbovyi
05/28/2020, 11:13 PMcaelum19
05/28/2020, 11:13 PMRicardo C.
05/28/2020, 11:13 PMcaelum19
05/28/2020, 11:14 PMcaelum19
05/28/2020, 11:18 PMcaelum19
05/28/2020, 11:19 PMRicardo C.
05/28/2020, 11:19 PMhenrikhorbovyi
05/28/2020, 11:19 PMhenrikhorbovyi
05/28/2020, 11:19 PMVal Salamakha
05/29/2020, 2:25 AMCannot obtain value from provider of environment variable 'ANDROID_AAPT_IGNORE' at configuration time.
Use a provider returned by 'forUseAtConfigurationTime()'
when I tested with gradle of the simple default project “Basic Activity”Val Salamakha
05/29/2020, 2:26 AMseb
05/29/2020, 7:15 AMSinan Kozak
05/29/2020, 7:28 AM