Android Studio无法 run ‘app‘

Task :openCVLibrary346:packageDebugAssets UP-TO-DATE
Task :app:mergeDebugAssets UP-TO-DATE
Task :app:processDebugJavaRes NO-SOURCE
Task :openCVLibrary346:processDebugJavaRes NO-SOURCE
Task :openCVLibrary346:bundleLibResDebug NO-SOURCE
Task :app:checkDebugDuplicateClasses FAILED
Task :app:mergeDebugJavaResource FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

  • What went wrong:
    Execution failed for task ‘:app:checkDebugDuplicateClasses’.

2 exceptions were raised by workers:
java.util.zip.ZipException
java.util.zip.ZipException

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================

2: Task failed with an exception.

  • What went wrong:
    Execution failed for task ‘:app:mergeDebugJavaResource’.

A failure occurred while executing com.android.build.gradle.internal.tasks.Workers$ActionFacade
newPosition < 0: (-1 < 0)

  • Try:
    Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
    ==============================================================================

  • Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use ‘–warning-mode all’ to show the individual deprecation warnings.
See https://docs.gradle.org/6.5/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1s
28 actionable tasks: 2 executed, 26 up-to-date

Solve:
build.gradle(:app)去掉,即去掉不支持.jar

compile group: 'org.apache.commons', name: 'commons-text', version: '1.3'

你可能感兴趣的:(学习笔记,android,studio,gradle,android)