Can anyone help me how to add this library to my android studio project.
<dependency>
<groupId>com.googlecode.mp4parser</groupId>
<artifactId>isoparser</artifactId>
<version>1.0.5.4</version>
</dependency>
this is how you add it in android studio: in your build.gradle (Module: app) add this to your dependencies:
compile 'com.googlecode.mp4parser:isoparser:1.0.5.4'
it should look like this:
dependencies{
//other dependencies
compile 'com.googlecode.mp4parser:isoparser:1.0.5.4'
}
I hope this helps :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With