Android运行虚拟机报错 Error:Execution failed for task ':app:transformClassesWithJavaResourcesVerifierForDebug'. > org.gradle.api.internal.changedetection.rules.DescriptiveChange cannot be cast to org.gradle.api.tasks.incremental.InputFileDetails ay be corrupt (this sometimes occurs after a network connection timeout.) Re-download dependencies and sync project (requires network)
  • The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. Stop Gradle build processes (requires restart)
  • Your project may be using a third-party plugin which is not compatible with the other plugins in the project or the version of Gradle requested by the project.
  • In the case of corrupt Gradle processes, you can also try closing the IDE and then killing all Java processes.

    试用的解决方法: 1.Build->Clean Project ,然后正常运行,错误不在出现。 我使用这个方法问题没有解决 2. 在Android Studio中,删除.gradle文件夹下面的所有文件或文件夹,然后再编译运行。我使用这个方法解决了问题。



    更多相关文章

    1. Android(安卓)DEX方法超过64K和gradle编译OOM解决方案
    2. Android中Java反射技术的使用示例
    3. 设置android全屏的两种方式
    4. Unity3D Vuforia Android(安卓)拨打电话
    5. Android之Loader理解
    6. Android(安卓)Post方法请求URL 迭代器
    7. android登录简单窗口
    8. 浅谈Java中Collections.sort对List排序的两种方法
    9. Python list sort方法的具体使用

    随机推荐

    1. 再说说Intent Filter
    2. Android 2d物理引擎Box2d的使用示例
    3. android 剪切板遇到的坑
    4. Android ContentObserver
    5. Android 2.3.3 更新提供交互连接
    6. 使用Android自带Gallery组件实现CoverFlo
    7. Android日记之2012/02/13——Android中Bu
    8. Android中的Fragment详解 ("碎片"这个翻
    9. 什么是 Android
    10. Android开发3:项目目录介绍&HelloWorld