cropsly / ffmpeg-android-java

Android java library for FFmpeg binary compiled using https://github.com/writingminds/ffmpeg-android
http://writingminds.github.io/ffmpeg-android-java
GNU General Public License v3.0
3.32k stars 828 forks source link

android studio failed to resoleve #142

Open farhad-kargaran opened 8 years ago

farhad-kargaran commented 8 years ago

Hi I have added the following dependency to my gradle: compile 'com.writingminds:FFmpegAndroid:0.3.2' but android studio show me an error : Failed to resolve: com.writingminds:FFmpegAndroid:0.3.2 Why? whats the problem?

spaul13 commented 4 years ago

@farhad-kargaran, I am getting the following error

ERROR: Unable to determine org.gradle.api.plugins.AndroidMavenPlugin argument #1: missing parameter value of type interface org.gradle.internal.Factory, or no service of type org.gradle.internal.Factory

can u plz help me regarding how to resolve this?