RapidAI / RapidOcrAndroidOnnx

RapidOcr onnxruntime推理 for Android
Apache License 2.0
62 stars 10 forks source link

crashed when build #13

Open zoldaten opened 3 weeks ago

zoldaten commented 3 weeks ago

cant built ((

RapidOcrAndroidOnnx>gradlew.bat assembleRelease
> Task :app:dataBindingMergeDependencyArtifactsRelease FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:dataBindingMergeDependencyArtifactsRelease'.
> Could not resolve all files for configuration ':app:releaseCompileClasspath'.
   > Could not find jsc.kit.cameramask:camera-mask:0.3.0.
     Required by:
         project :app

* 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 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/8.0/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 5s
36 actionable tasks: 12 executed, 24 up-to-date
  1. i have changed distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip in gradle-wrapper.properties
  2. moved namespace 'com.benjaminwan.ocrlibrary' to build.gradle from android.manifest
  3. installed zulu17.54.21-ca-jdk17.0.13-win_x64 as it compatible with gradle 8.0

may be you could update your instructions ? will be great.