Gradle Error: Cannot create variant 'android-lint' after configuration ':gandalf:debugRuntimeElements' has been resolved
Arun1811 opened this issue · 2 comments
Arun1811 commented
Hello
i have android studio 3.1.3 and dependencies classpath 'com.android.tools.build:gradle:3.1.3' and am trying to run the code but im getting this error:
Cannot create variant 'android-lint' after configuration ':gandalf:debugRuntimeElements' has been resolved.
I've checked with old gradle version (4.1) and it worked.
Seems, the current gradle 4.4 is not supported by your build scripts
any idea, how to solve it?
stkent commented
Arun1811 commented
Thank you..