Org. gradle. api. internal. tasks. DefaultTaskInputs $ TaskInputUnionFileCollection cannot be cast to org. gradle. api. internal. file. collections. DefaultConfigurableFileCollection, gradletaskinputs

Source: Internet
Author: User

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!


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.