android-video-trimmer icon indicating copy to clipboard operation
android-video-trimmer copied to clipboard

i have found cannot locate symbol "av_default_item_name" using this library in my android studio

Open shaikh2783 opened this issue 4 years ago • 3 comments
trafficstars

can you please help me regarding to this issue "cannot locate symbol "av_default_item_name" referenced by "/data/app/com.social.forteindia-jupcSy3f5nKEVWrNV-cRcw==/lib/arm64/libmobileffmpeg.so"..." thank you

shaikh2783 avatar Oct 12 '21 04:10 shaikh2783

can you please help me regarding to this issue "cannot locate symbol "av_default_item_name" referenced by "/data/app/com.social.forteindia-jupcSy3f5nKEVWrNV-cRcw==/lib/arm64/libmobileffmpeg.so"..." thank you

Hii

i have solved this problem by import this library locally in my project and i changed the ffmpeg library class that used in this library with i have used in my project ffmpeg library class

for example:

in this library used: implementation 'com.arthenica:mobile-ffmpeg-min:4.4.LTS'

but in my project i have used implementation 'com.arthenica:ffmpeg-kit-full:4.5'

so i replacee the class in library ActVideoTrimmer.java class ffmpeg to my library ffmpegkit

i have solved this problem today

i wish this will helpful to you

natvar97 avatar Nov 28 '21 06:11 natvar97

Hi @shaikh2783 sorry for the late response. can you share the reproduce steps and the device detail?

a914-gowtham avatar Dec 21 '21 16:12 a914-gowtham

@shaikh2783, @a914-gowtham did you guys find the way to solve this problem please ?

ahmedDahliz avatar Nov 25 '23 13:11 ahmedDahliz