I'm getting bellow error its say Movie class missing
class file for org.mp4parser.muxer.Movie not found
/Users/one/Desktop/AudioDemo/RxMp4Parser-master/app/src/main/java/hu/agocs/sample/MainActivity.java:60: error: cannot access Movie
RxMp4Parser.from(f.getAbsolutePath()).lift(new CropMovie(18f, 20f)))
^
class file for org.mp4parser.muxer.Movie not found
1 error
FAILURE: Build failed with an exception.
- What went wrong:
Execution failed for task ':app:compileDebugJavaWithJavac'.
Compilation failed; see the compiler error output for details.
- 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.
I'm getting bellow error its say Movie class missing
class file for org.mp4parser.muxer.Movie not found
/Users/one/Desktop/AudioDemo/RxMp4Parser-master/app/src/main/java/hu/agocs/sample/MainActivity.java:60: error: cannot access Movie
RxMp4Parser.from(f.getAbsolutePath()).lift(new CropMovie(18f, 20f)))
^
class file for org.mp4parser.muxer.Movie not found
1 error
FAILURE: Build failed with an exception.
Execution failed for task ':app:compileDebugJavaWithJavac'.
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.