Gradle build error

Task :app:extractModels FAILED

FAILURE: Build failed with an exception.

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

Cannot expand ZIP ‘/uh/tvm-android/apps/android_deploy/app/build/downloads/extraction.zip’ as it does not exist.

  • Try:
    Run with --info or --debug option to get more log output. Run with --scan to get full insights.

I try to add

dexOptions {
    incremental true
    preDexLibraries true
    javaMaxHeapSize "4g"

}

but it does not work!