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 -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -