Natavar Prajapati

Results 3 comments of Natavar Prajapati

> 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...

Use below library, https://github.com/tanersener/ffmpeg-kit/tree/main/android and put below packagingOptions in build.gradle: packagingOptions { pickFirst 'lib/x86/libswscale.so' pickFirst 'lib/x86/libavcodec.so' pickFirst 'lib/x86_64/libavutil.so' pickFirst 'lib/armeabi-v7a/libswscale_neon.so' pickFirst 'lib/x86_64/libavcodec.so' pickFirst 'lib/x86_64/libswscale.so' pickFirst 'lib/x86_64/libavformat.so' pickFirst 'lib/x86/libavfilter.so' pickFirst 'lib/x86/libswresample.so'...

> > Hello, > > If we enable this permission (PACKAGE_NAME MANAGE_EXTERNAL_STORAGE) then app gets rejected on play store so is there any solution for this? > > Thanks! >...