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文件夹下面的所有文件或文件夹,然后再编译运行。我使用这个方法解决了问题。

    Android运行虚拟机报错Execution failed for task ':app:transformClassesWithJavaResourcesVerifierForDebug_第1张图片


    更多相关文章

    1. Android Post方法请求URL 迭代器
    2. Android DEX方法超过64K和gradle编译OOM解决方案
    3. Android下按扭的使用方法
    4. API 23及之后版本关于用android studio 中LocationManager的方法
    5. Android:获取屏幕分辨率方法汇总
    6. android获取屏幕长宽的方法
    7. android 进程自杀再重启的方法
    8. Android监听HOME键的最简单的方法

    随机推荐

    1. Android(安卓)Handler主线程和一般线程通
    2. Android(安卓)Layout标签之 - viewStub,re
    3. 如何检测 Android(安卓)Cursor 泄漏
    4. Android(安卓)Popup特效
    5. Android中Notification的用法汇总
    6. android定时器的两种方式的部分比较
    7. Effective Java读书笔记、感悟——1.创建
    8. FastJson的基本使用
    9. 如何在5.0上实现button的Ripple(水波效果
    10. 关于TextView的android:ellipsize="end"