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')
Comments
Post a Comment