1

我第一次尝试在我的项目中添加一个 aar 文件:

http://hiteshsondhi88.github.io/ffmpeg-android-java/

但我无法让它在 eclipse 上运行,我试图将 aar 文件复制到我的 /libs 中,而不是像我习惯的那样添加到构建路径中。

但是我的项目无法导入ffmeg。文档中说:

或 Maven

<dependency>
  <groupId>com.github.hiteshsondhi88.libffmpeg</groupId>
  <artifactId>FFmpegAndroid</artifactId>
  <version>0.2.5</version>
</dependency>

我需要把这个放在哪里?或者这是你在 android studio 中使用 Maven 的情况?我怎样才能导入这个 aar?非常感谢

4

0 回答 0