Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build keeps failing #185

Open
TinerfeV opened this issue Sep 18, 2023 · 1 comment
Open

Build keeps failing #185

TinerfeV opened this issue Sep 18, 2023 · 1 comment

Comments

@TinerfeV
Copy link

  • Where:
    Script '/platforms/android/cordova-plugin-video-editor/hhacaman-build.gradle' line: 8

  • What went wrong:
    A problem occurred evaluating script.

Could not find method compile() for arguments [com.github.ergovia-mobile:android-transcoder:v0.1.10R_ergovia] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler.

The application does not compile, does anyone have a solution?

@TinerfeV TinerfeV changed the title The application does not compile Build keeps failing Sep 18, 2023
@justCoding-01
Copy link

in my case, I fix it by just changing compile to implementation in this file, as below:

before->
dependencies {
compile 'com.github.ergovia-mobile:android-transcoder:v0.1.10R_ergovia'
}

after->
dependencies {
implementation 'com.github.ergovia-mobile:android-transcoder:v0.1.10R_ergovia'
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants