I am trying to compress the video using ffmpeg in android. I found one good example and I downloaded the project from https://github.com/WritingMinds/ffmpeg-android-java. It's working fine. When I try to add that ffmpeg library in my project I am facing error. After make many changes I resolved many issues. But I can not clear the following issue:
Error:(34, 13) Failed to resolve: com.squareup.dagger:dagger-compiler:1.2.2
Error:(35, 13) Failed to resolve: com.squareup.dagger:dagger:1.2.2
I decided to download the dagger.jar and dagger-compiler.jar. I download the jar and I added into my project. But I am facing another error.
Error:Execution failed for task ':ContainerCentralen:compileDebugJava'.
> java.lang.NoClassDefFoundError: javax/inject/Scope
I can not solve this two issues. Please let me any idea to resolve this issue.