maven - Adding Dependency to Android Studio -


can me how add this library android studio project.

<dependency>     <groupid>com.googlecode.mp4parser</groupid>     <artifactid>isoparser</artifactid>     <version>1.0.5.4</version>   </dependency> 

this how add in android studio: in build.gradle (module: app) add dependencies:

 compile 'com.googlecode.mp4parser:isoparser:1.0.5.4' 

it should this:

dependencies{   //other dependencies   compile 'com.googlecode.mp4parser:isoparser:1.0.5.4' } 

i hope helps :)


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -