audio - Android - Installing Mp4Parser without Maven -


it's supposed simple, day couldn't find solution. i'm trying follow example in http://andrey.chernih.me/2014/06/28/video-recording-and-processing-in-android/ ( muxing audio )

so i've added project's libs directory both

aspectjrt-1.8.6.jar , isoparser-1.0.6.jar found through https://code.google.com/p/mp4parser/ ( using without maven )

but can't implement "audiomuxer" in class.

what missing ?

thanks.

you gotta add gradle file knows it's should added:

compile files('libs/<filename>.jar')  

android studio: add jar library?


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

how to prompt save As Box in Excel Interlop c# MVC 4 -

xslt 1.0 - How to access or retrieve mets content of an item from another item? -