adrielcafe / AndroidAudioConverter

Convert audio files inside your Android app easily. Supported formats: AAC, MP3, M4A, WMA, WAV and FLAC.
1.33k stars 254 forks source link

Cannot resolve all files #49

Open yongjieYuan opened 2 years ago

yongjieYuan commented 2 years ago

image

My project cannot run successfully,

dkushpel commented 2 years ago

the same.. How it is fix?

lurongshuang commented 2 years ago

@yongjieYuan 你好,解决了吗?

yongjieYuan commented 2 years ago

I'm using a flutter plugin which depends on AndroidAudioConverter,so I wanna use another plugin,flutter_sound,instead of flutter_record_plugin.

yongjieYuan commented 2 years ago

@yongjieYuan 你好,解决了吗?

我的flutter项目中有个插件(flutter_record_plugin)依赖这个库,所以为了节省时间还是选择换一个插件(flutter_sound) 无法找到资源的这个问题,可能一时半会儿还解决不了,所以换个插件可能还会快点。

Pirokar commented 2 years ago

http://writingminds.github.io/ffmpeg-android-java/ - this is the same sublibrary. I just copied the code from library to my project and inserted this one as FFMpeg sublibrary

lurongshuang commented 2 years ago

将 ffmpeg-android-java-2a627f6ecd.aar 放入 libs ffmpeg-android-java-2a627f6ecd.aar.zip

Ayesha17 commented 1 year ago

将 ffmpeg-android-java-2a627f6ecd.aar 放入 libs ffmpeg-android-java-2a627f6ecd.aar.zip

what did i do. i still gets the same error

ZTFtrue commented 1 year ago

将 ffmpeg-android-java-2a627f6ecd.aar 放入 libs ffmpeg-android-java-2a627f6ecd.aar.zip

what did i do. i still gets the same error

furthermore , you need copy this project code.