java - Build Error in Android Studio 2.1.3 -


i using android studio 2.1.3. getting following error, in spite of clearing project , rebuilding again, restarting etc... how solve it?

error:execution failed task :app:transformclasseswithjavaresourcesverifierfordebug.

org.gradle.api.internal.changedetection.rules.descriptivechange cannot cast org.gradle.api.tasks.incremental.inputfiledetails ay corrupt (this occurs after network connection timeout.) re-download dependencies , sync project (requires network)

  • the state of gradle build process (daemon) may corrupt. stopping gradle daemons may solve problem. stop gradle build processes (requires restart)
  • your project may using third-party plugin not compatible other plugins in project or version of gradle requested project.
  • in case of corrupt gradle processes, can try closing ide , killing java processes.

    thanks.

    i using windows 8.1 tried deleting folder .gradle in application folder. cleaned project , build again. works fine now.


    Comments

    Popular posts from this blog

    mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

    java - Sending SMS with SMSLib and Web Services -

    java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -