Org. gradle. api. internal. tasks. DefaultTaskInputs $ TaskInputUnionFileCollection cannot be cast to org. gradle. api. internal. file. collections. DefaultConfigurableFileCollection, gradletaskinputs
Reprinted please indicate the source: http://www.cnblogs.com/cnwutianhao/p/6709758.html
Android Studio import project error:
Org. gradle. api. internal. tasks. DefaultTaskInputs $ TaskInputUnionFileCollection cannot be cast to org. gradle. api. internal. file. collections. DefaultConfigurableFileCollection
Import the project report error. This error indicates that the Gradle version in the project does not match the local version.
Solution: Replace the local Gradle version with the project version.
Someone asked me how I know my local Gradle version. The most stupid method is to create a Project and find build. gradle in Project mode.
You will see a situation similar to the following:
buildscript {
...
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
}
...
}
Copy classpath 'com. android. tools. build: gradle: 2.3.1 'to the corresponding position in the project.
Follow my Sina Weibo website to learn more about Android development!
Focus on science and technology critics, learn about science and technology, innovation, education, and maximize human wisdom and imagination!